mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Update pg_dump sgml and manuals to remove rule restriction.
This commit is contained in:
parent
803204bd1e
commit
252568dc11
@ -278,17 +278,6 @@ The limitations mostly stem from
|
|||||||
difficulty in extracting certain meta-information from the system
|
difficulty in extracting certain meta-information from the system
|
||||||
catalogs.
|
catalogs.
|
||||||
|
|
||||||
<variablelist>
|
|
||||||
<varlistentry>
|
|
||||||
<term>
|
|
||||||
rules
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
<application>pg_dump</application>
|
|
||||||
does not understand user-defined rules and
|
|
||||||
will fail to dump them properly. (This is due to the fact that
|
|
||||||
rules are stored as plans in the catalogs and not textually.)
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
partial indices
|
partial indices
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" XXX standard disclaimer belongs here....
|
||||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.14 1998/10/06 05:05:48 thomas Exp $
|
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.15 1998/10/07 02:49:10 momjian Exp $
|
||||||
.TH PG_DUMP UNIX 7/15/98 PostgreSQL PostgreSQL
|
.TH PG_DUMP UNIX 7/15/98 PostgreSQL PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
pg_dump - dumps out a Postgres database into a script file
|
pg_dump - dumps out a Postgres database into a script file
|
||||||
@ -118,11 +118,6 @@ The limitations mostly stem from
|
|||||||
difficulty in extracting certain meta-information from the system
|
difficulty in extracting certain meta-information from the system
|
||||||
catalogs.
|
catalogs.
|
||||||
.TP
|
.TP
|
||||||
.BR "rules"
|
|
||||||
pg_dump does not understand user-defined rules and will fail
|
|
||||||
to dump them properly. (This is due to the fact that
|
|
||||||
rules are stored as plans in the catalogs and not textually.)
|
|
||||||
.TP
|
|
||||||
.BR "partial indices"
|
.BR "partial indices"
|
||||||
pg_dump does not understand partial indices. (The reason is
|
pg_dump does not understand partial indices. (The reason is
|
||||||
the same as above. Partial index predicates are stored as plans)
|
the same as above. Partial index predicates are stored as plans)
|
||||||
|
Loading…
Reference in New Issue
Block a user