Using functions in SQL statements

Поиск
Список
Период
Сортировка
От Allan Engelhardt
Тема Using functions in SQL statements
Дата
Msg-id 3B6D2835.1B264094@cybaea.com
обсуждение исходный текст
Список pgsql-sql
I would dearly love to do
   CREATE GROUP foo WITH USER CURRENT_USER;

in a script to psql(1), but this does not appear to be supported by the parser.

Two questions:

1. Does anybody have a good work-around for this?

2. Is there a document somewhere that says where functions are allowed in SQL statements?


   --- Allan.




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

Предыдущее
От: caldodge@fpcc.net (Calvin Dodge)
Дата:
Сообщение: Re: Where is the database located in 7.1.2?
Следующее
От: Allan Engelhardt
Дата:
Сообщение: Creating foreign key constraint to child table?