Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update to rel4
Signed-off-by: DylanGuedes <[email protected]>
  • Loading branch information
DylanGuedes committed Oct 8, 2019
commit 3d2c538a4f4d5bbf6dd18a98972885b26417d399
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
--
-- Window Functions Testing
-- https://github.com/postgres/postgres/blob/REL_12_BETA3/src/test/regress/sql/window.sql#L1-L319
-- https://github.com/postgres/postgres/blob/REL_12_BETA4/src/test/regress/sql/window.sql#L1-L319

CREATE TEMPORARY VIEW tenk2 AS SELECT * FROM tenk1;

Expand Down