Re: Typo in pg_dump documentation and new suggestion for Release Notes

Lists: pgsql-hackerspgsql-patches
From: "Mike G" <mike(at)thegodshalls(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Typo in pg_dump documentation and new suggestion for Release Notes
Date: 2006-12-18 20:32:29
Message-ID: 20061218202630.M47293@thegodshalls.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

In the online documentation for 8.2, pg_dump page, --table=table section, in the second
"Note:" paragraph, "rather than the old locution of -n sch -t tab" probably should be
"rather than the old location of -n sch -t tab"

Also maybe this section on pg_dump in the release notes page for 8.2 should be changed from
"pg_dump now supports multiple -n (schema) and -t (table) options, and adds -N and -T
options to exclude objects. Also, the arguments of these switches can now be wild-card
expressions rather than single object names, for example -t 'foo*', and a schema can be
part of a -t or -T switch, for example -t schema1.table1."

to the following: "pg_dump now supports multiple -n (schema) and -t (table) options, and
adds -N and -T options to exclude objects. Also, the arguments of these switches can now
be wild-card expressions rather than single object names, for example -t 'foo*', and a
schema can be part of a -t or -T switch, for example -t schema1.table1.

The pre-8.2 syntax for dumping an individual table is no longer supported. You must
write something like -t sch.tab to select a table in a particular schema, rather than
the old location of -n sch -t tab.
"

--
Open WebMail Project (http://openwebmail.org)


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mike(at)thegodshalls(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Typo in pg_dump documentation and new suggestion for Release Notes
Date: 2006-12-18 21:06:24
Message-ID: 28592.1166475984@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

"Mike G" <mike(at)thegodshalls(dot)com> writes:
> In the online documentation for 8.2, pg_dump page, --table=table section, in the second
> "Note:" paragraph, "rather than the old locution of -n sch -t tab" probably should be
> "rather than the old location of -n sch -t tab"

No, locution is a real word, and the right one in this context, which
location certainly isn't. But if it's too hi-falutin for you we could
change it to something else.

regards, tom lane


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: mike(at)thegodshalls(dot)com
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] Typo in pg_dump documentation and new suggestion for Release Notes
Date: 2007-02-01 05:14:03
Message-ID: 200702010514.l115E3e22148@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches


Sorry we forgot the list this incompatibility in the 8.2.0 release
notes. I have applied the attached patch to list this item in the 8.2.0
documentation section. This will appear in the next 8.2.X release.

---------------------------------------------------------------------------

Mike G wrote:
> In the online documentation for 8.2, pg_dump page, --table=table section, in the second
> "Note:" paragraph, "rather than the old locution of -n sch -t tab" probably should be
> "rather than the old location of -n sch -t tab"
>
>
> Also maybe this section on pg_dump in the release notes page for 8.2 should be changed from
> "pg_dump now supports multiple -n (schema) and -t (table) options, and adds -N and -T
> options to exclude objects. Also, the arguments of these switches can now be wild-card
> expressions rather than single object names, for example -t 'foo*', and a schema can be
> part of a -t or -T switch, for example -t schema1.table1."
>
> to the following: "pg_dump now supports multiple -n (schema) and -t (table) options, and
> adds -N and -T options to exclude objects. Also, the arguments of these switches can now
> be wild-card expressions rather than single object names, for example -t 'foo*', and a
> schema can be part of a -t or -T switch, for example -t schema1.table1.
>
> The pre-8.2 syntax for dumping an individual table is no longer supported. You must
> write something like -t sch.tab to select a table in a particular schema, rather than
> the old location of -n sch -t tab.
> "
>
>
> --
> Open WebMail Project (http://openwebmail.org)
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

Attachment Content-Type Size
/rtmp/diff text/x-diff 864 bytes