Re: [PATCHES] Fix ecpg SQL CONNECT with variable user name

2007-12-28 Thread Michael Meskes
On Fri, Dec 28, 2007 at 11:43:49AM +0900, ITAGAKI Takahiro wrote: > Here is a fix for ecpg in 8.3 when the user name is specified by > variables on SQL CONNECT. > ... Just committed fix to CVS. Thanks for pointing this out and fixing it Takahiro-san. Michael -- Michael Meskes Email: Michael at F

Re: [PATCHES] [HACKERS] Unworkable column delimiter characters for COPY

2007-12-28 Thread Andrew Dunstan
Tom Lane wrote: I see that we disallow the CSV quote character from appearing in the null_print string, but not the escape character. Is this correct/sensible? Yes, because: . nulls are never quoted . fields containing the quote char must be quoted . the escape char is only magical inside

Re: [PATCHES] Doc-patch: PAM authentication fails for local UNIX users

2007-12-28 Thread Bruce Momjian
I have updated the documentation to read: If PAM is set up to read /etc/shadow, authentication will fail because the PostgreSQL server is started by a non-root user. However, this is not an issue with LDAP or other authentication methods. Thanks. ---