From 3722dee6d931e44c182a3466884c1cf1011bc86f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 4 Jul 2002 03:04:55 +0000 Subject: Document function args are required for pg_restore -P. Fix pg_dump to not quote the function name in the storage tag. Fix pg_dump so GRANT/REVOKE(ACL) tag entries are not quoted, for consistency. Fix pg_restore to properly handle quotes and some spaces in -P. --- doc/src/sgml/ref/pg_restore.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index aa87e2e6f44..1fdc6f251c2 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,4 @@ - + @@ -33,7 +33,7 @@ -L contents-file -N -o -r -O - -P function-name + -P function-name(argtype [, ...]) -R -s -S @@ -276,8 +276,8 @@ - - + + Specify a procedure or function to be restored. -- cgit v1.2.3