Thread: pgsql/ oc/src/sgml/ref/pg_restore.sgml rc/bin/ ...

pgsql/ oc/src/sgml/ref/pg_restore.sgml rc/bin/ ...

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/07/03 23:04:55

Modified files:
    doc/src/sgml/ref: pg_restore.sgml
    src/bin/pg_dump: pg_backup_archiver.c pg_dump.c pg_restore.c

Log message:
    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.