Re: [PATCHES] Proposed patch to avoid translation risks in psql's \d commands

2007-12-12 Thread Guillaume Lelarge
Tom Lane a écrit : > Guillaume Lelarge <[EMAIL PROTECTED]> writes: >> Tom Lane a écrit : >>> The attached patch does this, and seems to resolve Guillaume Lelarge's >>> original complaint. > >> It does resolve it. I applied your patch on my CVS HEAD checkout and it >> works just great. > > Patch i

Re: [PATCHES] Proposed patch to avoid translation risks in psql's \d commands

2007-12-12 Thread Tom Lane
Guillaume Lelarge <[EMAIL PROTECTED]> writes: > Tom Lane a écrit : >> The attached patch does this, and seems to resolve Guillaume Lelarge's >> original complaint. > It does resolve it. I applied your patch on my CVS HEAD checkout and it > works just great. Patch is applied to CVS.

Re: [PATCHES] Proposed patch to avoid translation risks in psql's \d commands

2007-12-12 Thread Guillaume Lelarge
Tom Lane a écrit : > I proposed here: > http://archives.postgresql.org/pgsql-hackers/2007-12/msg00436.php > that we change the way that psql deals with localization of column > names and other fixed strings in the output of \d and related commands > (basically, anything that calls printQuery()). S

[PATCHES] Proposed patch to avoid translation risks in psql's \d commands

2007-12-11 Thread Tom Lane
I proposed here: http://archives.postgresql.org/pgsql-hackers/2007-12/msg00436.php that we change the way that psql deals with localization of column names and other fixed strings in the output of \d and related commands (basically, anything that calls printQuery()). Specifically, we should avoid