Re: subscrip out of range

Поиск
Список
Период
Сортировка
От Chad Thompson
Тема Re: subscrip out of range
Дата
Msg-id 10a801c27ec8$0faa1940$32021aac@chad
обсуждение исходный текст
Ответ на subscrip out of range  ("peter" <peter@peter.com>)
Список 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 по дате отправления:

Предыдущее
От: "marnaudo@inwind.it"
Дата:
Сообщение: psql history
Следующее
От: Josh Berkus
Дата:
Сообщение: BOOLEAN question