Re: psql show me the : and ask user input, when running one sql file

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: psql show me the : and ask user input, when running one sql file
Дата
Msg-id b173d309-6f0f-45a2-075d-1cb94d02b528@aklaver.com
обсуждение исходный текст
Ответ на Re: psql show me the : and ask user input, when running one sql file  (Adrian Klaver <adrian.klaver@aklaver.com>)
Ответы Re: psql show me the : and ask user input, when running one sql file
Re: psql show me the : and ask user input, when running one sql file
Список pgsql-general
On 4/5/20 9:46 AM, Adrian Klaver wrote:
> On 4/5/20 5:50 AM, arden liu wrote:

> 4) I don't see anything wrong the statements, so I am wondering if it is 
> a shell issue?

Seems to be. I removed the RETURNING *_id from the INSERT statements and 
the file ran without interruption:

...
CREATE TABLE
ALTER TABLE
INSERT 0 4333
INSERT 0 9326
INSERT 0 13
ALTER TABLE
ALTER TABLE
...

> 
> 
> 
>> Thanks.
>> Arden
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: psql show me the : and ask user input, when running one sql file
Следующее
От: arden liu
Дата:
Сообщение: Re: psql show me the : and ask user input, when running one sql file