Content-Length: 285820 | pFad | http://github.com/postgrespro/postgres_cluster/commit/3d54c16c24d7fd73c9fdfa4b2f946899f7f85e58
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c5409 commit 3d54c16Copy full SHA for 3d54c16
src/test/regress/expected/hs_standby_allowed.out
@@ -26,7 +26,7 @@ COPY hs1 TO '/tmp/copy_test';
26
\! cat /tmp/copy_test
27
1
28
-- Access sequence directly
29
-select min_value as sequence_min_value from hsseq;
+select min_value as sequence_min_value from pg_sequences where sequencename = 'hsseq';
30
sequence_min_value
31
--------------------
32
src/test/regress/sql/hs_standby_allowed.sql
@@ -16,7 +16,7 @@ COPY hs1 TO '/tmp/copy_test';
16
17
18
19
20
21
-- Transactions
22
Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/3d54c16c24d7fd73c9fdfa4b2f946899f7f85e58
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments