Re: COPY problem on -- strings

Поиск
Список
Период
Сортировка
От Sabin Coanda
Тема Re: COPY problem on -- strings
Дата
Msg-id gg36dt$i9u$1@news.hub.org
обсуждение исходный текст
Ответ на COPY problem on -- strings  ("Sabin Coanda" <sabin.coanda@deuromedia.ro>)
Список pgsql-general
> Is that the *first* error message you got?
>

Yes it is.

In fact I made a mistake in the first email, so instead:
        INSERT INTO "A" ( "Col1", "Col2" )
        VALUES (2, '-- any text' );

please change with:
        INSERT INTO "A" ( "Col1", "Col2" )
        VALUES (1, '-- any text' );

However I suppose this doesn't change the problem :(.

Regards,
Sabin



В списке pgsql-general по дате отправления:

Предыдущее
От: Christian Schröder
Дата:
Сообщение: Re: MS Access and PostgreSQL - a warning to people thinking about it
Следующее
От: Andy Greensted
Дата:
Сообщение: Re: Connecting to old 7.1 Database