mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-13 01:47:05 +08:00
Clean up header for uniform appearance throughout tests.
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user