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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user