Page 1 of 1

PostgreSQL log messages

Posted: Wed 10 Jun 2009 18:09
by Reginaldo
Everytime I try to connect to PG (Windows install) via Delphi, PostgreSQL log files (at C:\Program Files\PostgreSQL\8.3\data\pg_log) show these messages on connecting (after a TSQLConnection.Active := True;):

2009-06-09 13:13:11 BRT LOG: loaded library "$libdir/plugins/plugin_debugger.dll"
2009-06-09 13:13:11 BRT LOG: invalid password packet size

and this message on disconnecting (after a TSQLConnection.Active := False;)

2009-06-09 13:15:00 BRT LOG: unexpected EOF on client connection

I just place a TSQLConnection on a TForm, and set up Params property as:
HostName=127.0.0.1
Database=test
User_Name=testuser
Password=test
UseUnicode=False

Should I worry about these messages? Are they errors caused by my application?

Thanks in advance.

Posted: Mon 15 Jun 2009 07:15
by Plash
We have fixed these problems. The fix will be included in the next build of the driver.

Re: PostgreSQL log messages

Posted: Tue 13 Aug 2013 19:39
by tonylabb
I just upgraded to UniDAC 5.02 from a version 4.xx. We're running PostgresSQL version 9.0. I am now getting the "invalid password packet size" message in my logs when I never did before. This happens simply by doing a TUniConnection.Open.

Re: PostgreSQL log messages

Posted: Wed 14 Aug 2013 11:29
by DemetrionQ
Hello.

I answered to you at the topic http://forums.devart.com/viewtopic.php?t=27742