Re: [HACKERS] insufficient data left in message

2008-02-21 Thread Tom Lane
Dave Cramer <[EMAIL PROTECTED]> writes: > More questions > Feb 21 10:22:52 db02a postgres[3]: [742-1] > user=mocospace_user,db=jnj LOG: duration: 0.088 ms execute S_3: > select * from user_profile > ,user_profile_access where > Feb 21 10:22:52 db02a postgres[3]: [742-2] > user_

Re: [HACKERS] insufficient data left in message

2008-02-21 Thread Dave Cramer
More questions Feb 21 10:22:52 db02a postgres[3]: [742-1] user=mocospace_user,db=jnj LOG: duration: 0.088 ms execute S_3: select * from user_profile ,user_profile_access where Feb 21 10:22:52 db02a postgres[3]: [742-2] user_profile.uid=user_profile_access.uid and user_profil

Re: [HACKERS] insufficient data left in message

2008-02-21 Thread Tom Lane
Dave Cramer <[EMAIL PROTECTED]> writes: > This is a postgresql 8.2.5 backend. connected to a jdbc client. > 2008-02-21 06:12:30 EST [18880] 10.21.0.21 ERROR: insufficient data > left in message AFAIK this means that the frontend sent an invalidly-formatted message. There's some chance that the

[HACKERS] insufficient data left in message

2008-02-21 Thread Dave Cramer
This is a postgresql 8.2.5 backend. connected to a jdbc client. 2008-02-21 06:12:30 EST [18880] 10.21.0.21 ERROR: insufficient data left in message 2008-02-21 06:12:30 EST [18880] 10.21.0.21 STATEMENT: select * from user_profile,user_profile_access where user_profile.uid=user_profile_a cce