Re: [GENERAL] Application name and psql in 9.0

2010-08-06 Thread Devrim GÜNDÜZ
On Fri, 2010-08-06 at 14:49 +0900, Fujii Masao wrote: > > Why can't I see psql there? Is it just because that logging is > performed > > just before detecting application name? > > Yes. The backend checks whether target database exists, before > processing application name. Thanks. Regards, --

Re: [GENERAL] Application name and psql in 9.0

2010-08-05 Thread Fujii Masao
2010/8/6 Devrim GÜNDÜZ : > Why can't I see psql there? Is it just because that logging is performed > just before detecting application name? Yes. The backend checks whether target database exists, before processing application name. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPOR

[GENERAL] Application name and psql in 9.0

2010-08-05 Thread Devrim GÜNDÜZ
I am logging application name in 9.0, and noticed the following issue. First, I produced an error with psql: bash-3.2$ psql nonexistent psql: FATAL: database "nonexistent" does not exist Looking at the logs, I see: 10338 [unknown] 2010-08-06 07:38:00 EEST FATAL: database "nonexistent" does no