Skip to content

Commit 6c596c2

Browse files
committed
Update sequence_1.out for recent changes in sequence regression test.
1 parent 1aad44f commit 6c596c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/test/regress/expected/sequence_1.out

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,13 @@ SELECT nextval('sequence_test2');
220220
5
221221
(1 row)
222222

223+
-- Information schema
224+
SELECT * FROM information_schema.sequences WHERE sequence_name IN ('sequence_test2');
225+
sequence_catalog | sequence_schema | sequence_name | data_type | numeric_precision | numeric_precision_radix | numeric_scale | start_value | minimum_value | maximum_value | increment | cycle_option
226+
------------------+-----------------+----------------+-----------+-------------------+-------------------------+---------------+-------------+---------------+---------------+-----------+--------------
227+
regression | public | sequence_test2 | bigint | 64 | 2 | 0 | 32 | 5 | 36 | 4 | YES
228+
(1 row)
229+
223230
-- Test comments
224231
COMMENT ON SEQUENCE asdf IS 'won''t work';
225232
ERROR: relation "asdf" does not exist

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy