summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/guc.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/expected/guc.out')
-rw-r--r--src/test/regress/expected/guc.out2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/regress/expected/guc.out b/src/test/regress/expected/guc.out
index 7b5a624eb8..203fa6ef8e 100644
--- a/src/test/regress/expected/guc.out
+++ b/src/test/regress/expected/guc.out
@@ -29,6 +29,7 @@ SELECT '2006-08-13 12:34:56'::timestamptz;
-- SET LOCAL has no effect outside of a transaction
SET LOCAL vacuum_cost_delay TO 50;
+ERROR: SET LOCAL can only be used in transaction blocks
SHOW vacuum_cost_delay;
vacuum_cost_delay
-------------------
@@ -36,6 +37,7 @@ SHOW vacuum_cost_delay;
(1 row)
SET LOCAL datestyle = 'SQL';
+ERROR: SET LOCAL can only be used in transaction blocks
SHOW datestyle;
DateStyle
-----------