Re: Automated scripting...

Поиск
Список
Период
Сортировка
От Albert REINER
Тема Re: Automated scripting...
Дата
Msg-id 20010131182512.B7533@frithjof
обсуждение исходный текст
Ответ на Automated scripting...  (jkakar@expressus.com)
Список pgsql-sql
Saluton,

On Tue, Jan 30, 2001 at 03:54:53PM -0800, jkakar@expressus.com wrote:
...
> I'm building a script to create a relatively large database.  At some
> point in the script I would like to be able to save values into
> variables so that I can use them to populate rows.

Your script will be handled via psql, right? Then you can use \set and
interpolation, as described in `man psql`.

Albert.


-- 

--------------------------------------------------------------------------
Albert Reiner                                   <areiner@tph.tuwien.ac.at>
Deutsch       *       English       *       Esperanto       *       Latine
--------------------------------------------------------------------------


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

Предыдущее
От: Jie Liang
Дата:
Сообщение: Re: Array as parameter in plpgSQL functions
Следующее
От: Justin Clift
Дата:
Сообщение: Re: HELP: Scarey pl/pgsql problem