Re: [SQL] parser :parse error

Поиск
Список
Период
Сортировка
От Moray McConnachie
Тема Re: [SQL] parser :parse error
Дата
Msg-id 003a01bf2a3a$8acca380$01c8a8c0@malthouse.private.net
обсуждение исходный текст
Ответ на parser :parse error  ("Frederic boucher" <dziablo@hotmail.com>)
Список pgsql-sql
> PS:  This is more a linux question... but..  If I have a big file that
> contains all my sql to create my tables structure.  I want to run it by
> doing "\i filename"  but it scroll so fast I can't see when there is
> error... is there a way to do a kind of "pipe into less"

psql -d database -c '\i filename' ¦ more



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

Предыдущее
От: "Jacob Christen"
Дата:
Сообщение: Re: [SQL] parser :parse error
Следующее
От: Eric Prevost-Dansereau
Дата:
Сообщение: Problem with a PL/pgSQL function