1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

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,10 +1,10 @@
--
-- select_implicit.sql
--
-- SELECT_IMPLICIT
-- Test cases for queries with ordering terms missing from the target list.
-- This used to be called "junkfilter.sql".
-- The parser uses the term "resjunk" to handle these cases.
-- - thomas 1998-07-09
--
-- load test data
CREATE TABLE test_missing_target (a int, b int, c char(8), d char);
@@ -149,4 +149,3 @@ DROP TABLE test_missing_target;
DROP TABLE test_missing_target2;
DROP TABLE test_missing_target3;