Re: parse error at or near "(" -- Huh???

Поиск
Список
Период
Сортировка
От D'Arcy J.M. Cain
Тема Re: parse error at or near "(" -- Huh???
Дата
Msg-id 20041213034411.76e3f470.darcy@druid.net
обсуждение исходный текст
Ответ на Re: parse error at or near "(" -- Huh???  (Kenneth Gonsalves <lawgon@thenilgiris.com>)
Список pgsql-sql
On Mon, 13 Dec 2004 09:27:04 +0530
Kenneth Gonsalves <lawgon@thenilgiris.com> wrote:
> and while on this topic, how does one interpret the line numbers one
> gets when running psql -f to create tables?

Forget about line numbers.  Add the -e option and your statements will
show up in your output.  Here is a sample (Unix) command line that I
commonly use to run statements from a file:

psql table -f in.file -e > out.file 2>&1

Now I can search the file for "ERROR" and see exactly what preceded it.

-- 
D'Arcy J.M. Cain <darcy@druid.net>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.


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

Предыдущее
От: Kenneth Gonsalves
Дата:
Сообщение: Re: parse error at or near "(" -- Huh???
Следующее
От: Markus Schaber
Дата:
Сообщение: Hide schemas and tables