Re: [HACKERS] incompatible changes of PQsetdbLogin()

2000-10-22 Thread Tatsuo Ishii
> Tatsuo Ishii <[EMAIL PROTECTED]> writes: > > It seems some incompatible changes have been made between 7.0 and > > current. In 7.0, if a parameter is NULL OR a null string (""), then > > the value from an environment variable is applied. However in current > > ONLY NULL is considered. Is there a

Re: [HACKERS] incompatible changes of PQsetdbLogin()

2000-10-17 Thread Tom Lane
Tatsuo Ishii <[EMAIL PROTECTED]> writes: > It seems some incompatible changes have been made between 7.0 and > current. In 7.0, if a parameter is NULL OR a null string (""), then > the value from an environment variable is applied. However in current > ONLY NULL is considered. Is there any reason

Re: [HACKERS] incompatible changes of PQsetdbLogin()

2000-10-17 Thread Peter Eisentraut
Tatsuo Ishii writes: > It seems some incompatible changes have been made between 7.0 and > current. In 7.0, if a parameter is NULL OR a null string (""), then > the value from an environment variable is applied. However in current > ONLY NULL is considered. Is there any reason for this? Yes, the

[HACKERS] incompatible changes of PQsetdbLogin()

2000-10-17 Thread Tatsuo Ishii
It seems some incompatible changes have been made between 7.0 and current. In 7.0, if a parameter is NULL OR a null string (""), then the value from an environment variable is applied. However in current ONLY NULL is considered. Is there any reason for this? -- Tatsuo Ishii