(um, why was this filed to -www? Copying over to -bugs where it should
be. Something wrong with the scripts, I assume)
> The following bug has been logged online:
>
> Bug reference: 1355
> Logged by: Scott Stillwell
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.0
Redirecting... please respond to the original author if needed.
-- Forwarded Message --
Subject: [pgsql-www] BUG #1354: psql.exe won't start on NTFS partition under
some circumstances
Date: Wednesday 22 December 2004 12:23
From: "Daniel Grace" <[EMAIL PROTECTED]>
To: [EMAIL PR
"Daniel Grace" <[EMAIL PROTECTED]> writes:
> The failed password authentication messages below occur BEFORE being
> prompted for a password, and the -W does not force a prompt like it should.
Please show us what appears in the postmaster's log when this happens.
Also let's see what you have in pg
"Kamp Kaibo Huang" <[EMAIL PROTECTED]> writes:
> select pg_get_serial_sequence('tTestTableAnother','FId')
> ERROR: relation "ttesttableanother" does not exist
I think you need
select pg_get_serial_sequence('"tTestTableAnother"','"FId"');
regards, tom lane
[ could we ple
Your compiler seems confused. I have this at printtup.c:656:
PrinttupAttrInfo *thisState = myState->myinfo + i;
Datum origattr = myState->values[i],
attr;
bytea *outputbytes;
I dont see any 'message' there, and am confused. This is strange