"Caitie Humphrey" <[EMAIL PROTECTED]> writes:
> I have just downloaded this version. When I try to run Configure.in i get a
> message saying
> configure.in : fatal error LNK1136: invalid or corrupt file
I can tell you're not very familiar with building stuff from source code
(if you were, you'd
"Evgeny Gridasov" <[EMAIL PROTECTED]> writes:
> Is it a pg_dump bug or 'ALTER TABLE xxx RENAME TO xxx' does not rename the
> corresponding sequences?
ALTER TABLE doesn't (and shouldn't IMHO) rename the sequence. See
http://archives.postgresql.org/pgsql-hackers/2006-08/msg01250.php
The following bug has been logged online:
Bug reference: 2589
Logged by: Caitie Humphrey
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.4
Operating system: Windows xp
Description:corrupt file
Details:
I have just downloaded this version. When I try to run
I’m installing postgresql
in a O.S. Linux Ubuntu 6.06 and I have the next printout at installation
process:
Setting up postgresql-7.4
(7.4.12-3) ...
Error: cluster configuration
already exists
I can’t find information about how I can solve the
problem
Using the version of the jbdc drive (postgresql-8.1dev-400.jdbc3.jar)
instead of (postgresql-8.1-407.jdbc3.jar) the code
below works. I would like to know if the code is valid or if the driver
has a problem. It fails
at
ResultSet result = prepared.executeQuery(
The following bug has been logged online:
Bug reference: 2588
Logged by: Evgeny Gridasov
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.4-cvs
Operating system: linux debian
Description:rename table and dump bug
Details:
test=# create table tseq1(id serial)