Re: Problem importing a csv file

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Problem importing a csv file
Дата
Msg-id 201108290844.42418.adrian.klaver@gmail.com
обсуждение исходный текст
Ответ на Problem importing a csv file  (planas <jslozier@gmail.com>)
Список pgsql-general
On Sunday, August 28, 2011 5:48:50 pm you wrote:

> > > error is.
> >
> > Is the above the only command being run? Where is this coming from?:
> >
> > LINE 1: ...(ANALYZE off, VERBOSE off, COSTS on, BUFFERS off )...
>
> Explain mode, in pgadminIII
>
> > > Using pgsql 9.1 rc1 on Ubuntu 11.04 (Gnome) 64 bit using pgadminIII

As far as I know EXPLAIN does not work with COPY.

From the docs:
http://www.postgresql.org/docs/9.0/interactive/sql-explain.html
"
statement

    Any SELECT, INSERT, UPDATE, DELETE, VALUES, EXECUTE, DECLARE, or CREATE
TABLE AS statement, whose execution plan you wish to see.

"
--
Adrian Klaver
adrian.klaver@gmail.com

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

Предыдущее
От: pasman pasmański
Дата:
Сообщение: Re: Backups and binary mode
Следующее
От: Martín Marqués
Дата:
Сообщение: Re: passing cursors from one PL function to another