I think I found the problem...
I only had static libbind, I recompiled bind to make shared libraries
too,
and now postgresql compiles without error.
On 2002.10.07 21:23 Peter Eisentraut wrote:
> Where did the file /usr/local/lib/libbind.a come from? Who installed
> it
> and what's in it? And c
Hi, I have detected a bug in the date / time input format used in an insert
statement in Postgres 7.2.1-5 (Redhat 7.3).
If I use the following format:
'Tue, 08 Oct 2002 10:01:02 +1300'
then I get the following error:
ERROR: Bad timestamp external representation 'Tue, 08 Oct 2002 10:01:02
+130
Olaf Liepelt ([EMAIL PROTECTED]) reports a bug with a severity of 1
The lower the number the more severe it is.
Short Description
JDBC 7.3 PreparedStatement.setNull(..) .setObject(.., null) throws exception
Long Description
I'm using your JDBC driver 7.3 beta 1 (tested the developer one as well)
Christopher Swan writes:
> Hi, I have detected a bug in the date / time input format used in an insert
> statement in Postgres 7.2.1-5 (Redhat 7.3).
>
> If I use the following format:
>
> 'Tue, 08 Oct 2002 10:01:02 +1300'
>
> then I get the following error:
Is there a spot in the documentation t
I cannot reproduce this bug on CVS tip, nor the 7.3b1 driver you mention.
I know about a month ago there was a problem with batched prepared
statements, but that does not seem to be the case here. Could you send a
complete example or at least some context as to what
comrad.database.sql.DatabaseA
Peter Eisentraut <[EMAIL PROTECTED]> writes:
> Christopher Swan writes:
>> If I use the following format:
>> 'Tue, 08 Oct 2002 10:01:02 +1300'
>> then I get the following error:
> Is there a spot in the documentation that leads you to believe that this
> format is supported? If not, then it's no
Hi,
I had make VACUUM command for table with about 20 rows, but postmaster
daemon:
/var/log/messages :
Oct 9 13:45:05 stat /kernel: pid 76778 (postgres),
uid 1003: exited on signal 11 (core dumped)
The command is:
isbs=# vacuum full verbose sessions;
server closed the connection unexpected