Clean up header for uniform appearance throughout tests.

This commit is contained in:
Thomas G. Lockhart
2000-01-06 06:41:55 +00:00
parent 67ac38085c
commit d1e6368816
24 changed files with 54 additions and 35 deletions

View File

@ -1,4 +1,5 @@
--
-- TEMP
-- Test temp relations and indexes
--
@ -45,3 +46,4 @@ CREATE TEMP TABLE temptest(col int);
\c regression
SELECT * FROM temptest;