psql \dFp's behavior

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgsql-hackers(at)postgresql(dot)org
Subject: psql \dFp's behavior
Date: 2007-12-11 18:17:33
Message-ID: 475ED43D.9070009@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

I'm not sure psql handles \dFp the right way. The query allows
translators to translate some columns' values but forgets to escape the
strings. So, here is a patch that escapes these translated strings.

Regards.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

Attachment Content-Type Size
psql.patch text/x-patch 3.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2007-12-11 18:53:11 Re: VLDB Features
Previous Message Andrew Chernow 2007-12-11 18:09:41 Re: PGparam proposal