Hie
Postquel ?
Is it an extended request language ?
Is it use by PostgreSQL ?
Thanks ...
> . In my case, I used currval(). Basically:
>
> SELECT currval('table_field_seq');
>
> will return the most recently assigned value to the field *by the
> current
> backend* which means:
>
> - There's no danger of a race condition (another user creating a
> record in
> the time between
Does anyone know of a good way to do something similar in Java (JDBC)
connected to Postgres?
Thanks,
--Rainer
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Vladimir V. Zolotych
> Sent: Wednesday, April 19, 2000 6:34 PM
> To: Andrew Perrin - De
Hie,
Is there any possibility to know the number of record in an array
into a table .
Example :
create table test (
id int4,
array int4[]
);
How can i know , how many record i have in array ? (PHP , SQL )
Thanks
Try to see contrib/array in the distribution.
LoÐc TREGOUìT wrote:
> Hie,
>
> Is there any possibility to know the number of record in an array
> into a table .
>
> Example :
>
> create table test (
> id int4,
> array int4[]
> );
>
>
Hi,
We have renamed a table called "oldTA" to new name "TA" using
pgaccess.
Now, the database seems to be corrupted, and here is the error we are
getting:
ERROR: cannot write block 33 of "oldTA" [my_db] blind.
oldTA doesn't exists any more!
Any help !
thanks
-Slam