psql variable interpolation from command line

Поиск
Список
Период
Сортировка
От Jeff Boes
Тема psql variable interpolation from command line
Дата
Msg-id 1096637064./N9kC7sK2lSxm9YLIkUvcg@teranews
обсуждение исходный текст
Список pgsql-sql
I'm at a loss to explain this one:

$ psql -v AUTHOR="'foo'" -c 'select :AUTHOR;'
ERROR:  syntax error at or near ":" at character 8

$ psql -v AUTHOR="'foo'"
...
# select :AUTHOR;?column?
----------foo
(1 row)


In other words, why won't variable interpolation work when the "-c" flag is
used?

-- 
Jeff Boes                                  vox 269.226.9550 ext 24
Database Engineer                                 fax 269.349.9076
Nexcerpt, Inc.                             http://www.nexcerpt.com         ...Nexcerpt... Extend your Expertise


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

Предыдущее
От: Jeff Boes
Дата:
Сообщение: Re: psql variable interpolation from command line
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: [NOVICE] date_trunc'd timestamp index possible?