9.3 release docs: fix DROP TABLE IF EXISTS
Patch from Joe Abbate.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/efc7952c89f3079c86156fae313255eadcd4a5e7
Modified Files
--
doc/src/sgml/release-9.3.sgml |5 +++--
1 files changed, 3 insertions(+), 2 del
Documentation spell checking and markup improvements
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/256f6ba78a379733ff05d3c3d2239ca7fc56fb9e
Modified Files
--
doc/src/sgml/config.sgml |8 ++--
doc/src/sgml/datatype.sgml |2 +-
Fix escaping in generated recovery.conf file.
In the primary_conninfo line that "pg_basebackup -R" generates, single
quotes in parameter values need to be escaped into \\'; the libpq parser
requires the quotes to be escaped into \', and recovery.conf parser requires
the \ to be escaped into \\.
A