From 6b64704e4f918b10431b51f2739d3874ef999151 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 4 Aug 2002 05:09:36 +0000 Subject: This patch fixes a probably harmless write of uninitialized memory in the statistics collector and makes a number of corrections to the documentation for SET, SHOW, and COPY. Neil Conway --- doc/src/sgml/ref/set.sgml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'doc/src/sgml/ref/set.sgml') diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 359fb85b2ec..02fe51f6951 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -1,5 +1,5 @@ @@ -404,7 +404,8 @@ SELECT setseed(value); - ERROR: not a valid option name: name + ERROR: 'name is not a + valid option name The parameter you tried to set does not exist. @@ -413,7 +414,8 @@ SELECT setseed(value); - ERROR: permission denied + ERROR: 'name': + permission denied You must be a superuser to alter certain settings. @@ -422,7 +424,8 @@ SELECT setseed(value); - ERROR: name can only be set at start-up + ERROR: 'name' cannot + be changed after server start Some parameters are fixed once the server is started. -- cgit v1.2.3