postgresql/src/test/regress/sql/sanity_check.sql

10 lines
177 B
MySQL
Raw Normal View History

1997-04-06 08:07:13 +02:00
--
-- sanity check, if we don't have indices the test will take years to
-- complete.
--
SELECT relname, relhasindex
FROM pg_class
WHERE relhasindex
ORDER BY relname;