Skip to content

Commit 252568d

Browse files
committed
Update pg_dump sgml and manuals to remove rule restriction.
1 parent 803204b commit 252568d

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

doc/src/sgml/ref/pg_dump.sgml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -278,17 +278,6 @@ The limitations mostly stem from
278278
difficulty in extracting certain meta-information from the system
279279
catalogs.
280280

281-
<variablelist>
282-
<varlistentry>
283-
<term>
284-
rules
285-
<listitem>
286-
<para>
287-
<application>pg_dump</application>
288-
does not understand user-defined rules and
289-
will fail to dump them properly. (This is due to the fact that
290-
rules are stored as plans in the catalogs and not textually.)
291-
292281
<varlistentry>
293282
<term>
294283
partial indices

src/man/pg_dump.1

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.14 1998/10/06 05:05:48 thomas Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.15 1998/10/07 02:49:10 momjian Exp $
44
.TH PG_DUMP UNIX 7/15/98 PostgreSQL PostgreSQL
55
.SH NAME
66
pg_dump - dumps out a Postgres database into a script file
@@ -118,11 +118,6 @@ The limitations mostly stem from
118118
difficulty in extracting certain meta-information from the system
119119
catalogs.
120120
.TP
121-
.BR "rules"
122-
pg_dump does not understand user-defined rules and will fail
123-
to dump them properly. (This is due to the fact that
124-
rules are stored as plans in the catalogs and not textually.)
125-
.TP
126121
.BR "partial indices"
127122
pg_dump does not understand partial indices. (The reason is
128123
the same as above. Partial index predicates are stored as plans)

0 commit comments

Comments
 (0)