pgsql: Document issues with non-default tablespaces and pg_dumpall

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document issues with non-default tablespaces and pg_dumpall
Date: 2006-06-16 22:01:18
Message-ID: 20060616220118.061B59FA682@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Document issues with non-default tablespaces and pg_dumpall restores.

Backpatch documentation addition to 8.1.X.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
pg_dumpall.sgml (r1.55 -> r1.56)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/pg_dumpall.sgml.diff?r1=1.55&r2=1.56)
pgsql/src/bin/pg_dump:
pg_dumpall.c (r1.79 -> r1.80)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dumpall.c.diff?r1=1.79&r2=1.80)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-06-16 22:01:24 pgsql: Document issues with non-default tablespaces and pg_dumpall
Previous Message Tom Lane 2006-06-16 21:55:54 Re: [COMMITTERS] pgsql: Add STRICT to PL/pgSQL SELECT INTO, so exceptions are thrown if