Re: subscrip out of range - Mailing list pgsql-sql

From Chad Thompson
Subject Re: subscrip out of range
Date
Msg-id 10a801c27ec8$0faa1940$32021aac@chad
Whole thread Raw
In response to subscrip out of range  ("peter" <peter@peter.com>)
List pgsql-sql
"subscript out of range" is an error that means you are trying to access
part of an array that doesnt exist.

It probably means that your data doesnt have all the fields for all the
records.
Check to see if your data is truncated or if there is an unusual (usually
shortened) number of fields in a given record.

HTH
Chad
----- Original Message -----
From: "peter" <peter@peter.com>
To: <pgsql-sql@postgresql.org>
Sent: Saturday, October 26, 2002 1:25 AM
Subject: [SQL] subscrip out of range


> i am getting this error when iimport data using the pgaccess client from a
> txt file.  I will import some records then crash out.  Any IDeas?
>
> has it got anything to do with the primary key on the destination table
and
> if so how do you temporaryily disable it
>
> Thanks for any hellp
>
> PEter
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>



pgsql-sql by date:

Previous
From: "marnaudo@inwind.it"
Date:
Subject: psql history
Next
From: Josh Berkus
Date:
Subject: BOOLEAN question