pgsql: pg_dump docs: use escaped double-quotes, for Windows

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump docs: use escaped double-quotes, for Windows
Date: 2013-07-01 18:53:37
Message-ID: E1UtjEH-0008VW-Pa@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump docs: use escaped double-quotes, for Windows
On Unix, you can embed double-quotes in single-quotes, and via versa.
However, on Windows, you can only escape double-quotes in double-quotes,
so use that in the pg_dump -t/table example.
Backpatch to 9.3.
Report from Mike Toews

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4d6ae6aaec5744f734735b9ab8acf29a4e97f151

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2013-07-01 19:22:55 Re: pgsql: Improve support for building PGXS modules with VPATH.
Previous Message Robert Haas 2013-07-01 18:50:04 pgsql: Add a convenience routine makeFuncCall to reduce duplication.