[EMAIL PROTECTED] writes:
> ERROR: RelationClearRelation: relation using JDBC
What PG version are you running?
If it's reasonably current (7.1.*) I would like to see a postmaster log
trace of the queries being issued by your application. (Turn on
debug_print_query in postgresql.conf to make th
Alex Korneyev ([EMAIL PROTECTED]) reports a bug with a severity of 1
The lower the number the more severe it is.
Short Description
ERROR: RelationClearRelation: relation using JDBC
Long Description
Hi,
I have done a little research and seems like this should have been fixed, but it is
not.
Arguile <[EMAIL PROTECTED]> writes:
> If a table field is altered to add a default, the default value is
> bypassed by pre-existing rules.
Yeah, this problem has been known for awhile (to me at least). The
difficulty is that default values are added to INSERTs by the parser,
which is before ru
Nicola Larosa <[EMAIL PROTECTED]> writes:
> There's a cute little bug somewhere.
Only that the default display precision for float8 is 15 digits.
regression=# SELECT date_part('epoch', now());
date_part
--
1003952920.01861
(1 row)
regression=# select '1003952920.01861'::fl
There's a cute little bug somewhere.
While
SELECT timeofday();
returns six decimal digits,
SELECT date_part('epoch', timeofday()::timestamp);
only returns five, on a Linux Slackware 8.0 x86 machine with PostgreSQL 7.1.1 .
Please do not make me dive into C code again, already fixed a si
"Holger Mitterwald" <[EMAIL PROTECTED]> writes:
> Ok, next try. I set LD_LIBRARY_PATH to /usr/local/lib.
> Then the configure run clean.
> Funny thing about that is that it DID find the related librarys
> (libreadline etc.) earlier but failed on the test.
Not a big surprise: ld doesn't pay att
If PostgreSQL failed to compile on your computer or you found a bug that
is likely to be specific to one platform then please fill out this form
and e-mail it to [EMAIL PROTECTED]
To report any other bug, fill out the form below and e-mail it to
[EMAIL PROTECTED]
If you not only found the proble
If PostgreSQL failed to compile on your computer or you found a bug that
is likely to be specific to one platform then please fill out this form
and e-mail it to [EMAIL PROTECTED]
To report any other bug, fill out the form below and e-mail it to
[EMAIL PROTECTED]
If you not only found the proble