itle...
For general PostgreSQL help in getting started there is the
[EMAIL PROTECTED] mailing list, which may be of use to you
in the future.
Regards, Lee Kindness.
> Hi,
> I bought the SQL Weekend Crash Course book with a CD. The problem was, =
> I could not find the folder named &q
...
Lamar, would this be easy to do for the RPMs? If you could point me in
the right direction I could take a look...
Thanks, Lee Kindness.
Tom Lane writes:
> Rudolf Potucek <[EMAIL PROTECTED]> writes:
> > Oct 4 14:05:45 antimony3 postgresql: Starting postgresql service:
> &
I received the announcement today, seems it was stuck somewhere:
From [EMAIL PROTECTED] Thu Aug 29 13:48:26 2002
Return-Path: <[EMAIL PROTECTED]>
Received: from internet.csl.co.uk by euphrates.csl.co.uk (8.9.3/ConceptI 2.4)
id NAA11884; Thu, 29 Aug 2002 13:48:25 +0100 (BST)
Received:
I received the announcement today, seems it was stuck somewhere:
>From [EMAIL PROTECTED] Thu Aug 29 13:48:26 2002
Return-Path: <[EMAIL PROTECTED]>
Received: from internet.csl.co.uk by euphrates.csl.co.uk (8.9.3/ConceptI 2.4)
id NAA11884; Thu, 29 Aug 2002 13:48:25 +0100 (BST)
Received: fr
but this would not work if the desired column was not the primary
key...
BRegards, Lee Kindness.
---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
roblem on my machine:
>
> #$ ./a.out floattest
> col1: -0.06
> *!*!* Error -220: No such connection NULL in line 21.
>
> Wow, how did that "A" get into the query string:
>
> insert into tab1 ( col1 ) values ( -6.002122251e-
RROR: parser: parse error at or near "a"
[29189]: raising sqlcode -400 in line 21, ''ERROR: parser: parse error at or near
"a"' in line 21.'.
Regards, Lee Kindness.
Bruce Momjian writes:
> Has this been addressed? Can you supply a reproducable
This is expected behaviour, the 'real' code gets emitted when you OPEN
the cursor, i.e. you should be doing something like:
EXEC SQL DECLARE demo_cur CURSOR FOR
SELECT field1, field2
FROM test;
EXEC SQL OPEN demo_cur;
if( sqlca.sqlcode != 0 )
{
some_error();
return;
}
while( 1 )
Michael, hope you've had a good Christmas & all the best for the New
Year...
When you run 'ecpg --help' you get the following:
-t turn on autocommit of transactions
amongst the other options... Shouldn't this be OFF as per the
documentation?
Best regards,
When adding an index to a (quite large, ~2 million rows) table
PostgreSQL continues to do sequential lookups until VACUUM ANALYZE is
run. Naturally performance is poor.
The CREATE INDEX statement takes considerable time.
Seen with 7.1.3 on Intel Linux (RedHat 7.0 & 7.1 and Solaris 2.6.
In the e
Your name : Lee Kindness
Your email address : [EMAIL PROTECTED]
System Configuration
-
Architecture (example: Intel Pentium) : Intel Pentium
Operating System (example: Linux 2.0.26 ELF) : Linux 2.2.16-22, RedHat 7.0
PostgreSQL version
11 matches
Mail list logo