8.3devel, csvlog, missing info?

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: 8.3devel, csvlog, missing info?
Date: 2007-09-26 08:53:11
Message-ID: 20070926085311.GA8299@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi,
i just fetched newest 8.3 from cvs head, compiled, ran.
when i set logs to "stderr", and enter query with error, i get this
information in logs:
ERROR: subquery in FROM must have an alias
HINT: For example, FROM (SELECT ...) [AS] foo.
STATEMENT: select count(*) from (select x from q order by x);

but when logging is set to csvlog, only this is logged:
2007-09-26 10:47:15.522
CEST,"depesz","depesz",46fa1c02.2fa6,[local],12198,9,"idle",2007-09-26
10:44:50 CEST,0,ERROR,,"subquery in FROM must have an alias"

there is no hint, and not statement.

will it stay that way? i think it's bad because it makes cvslogging less
useful.

best regards,

depesz

--
quicksil1er: "postgres is excellent, but like any DB it requires a
highly paid DBA. here's my CV!" :)
http://www.depesz.com/ - blog dla ciebie (i moje CV)

Browse pgsql-general by date

  From Date Subject
Next Message Ashish Karalkar 2007-09-26 09:25:56 pgpoolAdmin:No such file or directory in /var/www/html/pgpoolAdmin-1.0.0/libs/Smarty.class.php on line 1258
Previous Message Romain Roure 2007-09-26 08:51:43 Duplicate public schema and user tables