From: Heikki Linnakangas on 6 Apr 2010 02:47 To follow up on the discussion here: http://archives.postgresql.org/pgsql-docs/2010-02/msg00039.php It seems like a big oversight that there's no way to insert quotes in strings in recovery.conf. In the long run, the parsing should be done the same way as postgresql.conf, or the two files be merged altogether, but right now I think we should just add support for escaping quotes. I propose two quotes '' to mean a quote mark in the string, like in strings in SQL queries. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
|
Pages: 1 Prev: Prepared query parsing much slower in 9.0? Next: Quoting in recovery.conf |