Re: Multiple psql -c / -f options

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: Multiple psql -c / -f options
Дата
Msg-id alpine.DEB.2.02.1310180815280.17910@sto
обсуждение исходный текст
Ответ на Multiple psql -c / -f options  (Jim Nasby <jim@nasby.net>)
Ответы Re: Multiple psql -c / -f options  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
> IMHO the current behavior is broken:
>
> decibel@decina:[17:46]~/pgsql/HEAD/i$bin/psql -c 'select 1' -c 'select 2'
> ?column?
> ----------
>        2
> (1 row)

Another try with one -c but with similar results:
  sh> psql -c "SELECT 1; SELECT 'hello';"    ?column?    ----------    hello    (1 row)
  sh> psql -V    psql (PostgreSQL) 9.3.1

-- 
Fabien.



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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: psql tab completion for updatable foreign tables
Следующее
От: KONDO Mitsumasa
Дата:
Сообщение: Re: Compression of full-page-writes