Dynamic PL/pgSQL

Поиск
Список
Период
Сортировка
От Ruediger Herrmann
Тема Dynamic PL/pgSQL
Дата
Msg-id 7884.1118873456@www67.gmx.net
обсуждение исходный текст
Ответы Re: Dynamic PL/pgSQL
Список pgsql-sql
I plan to run an SQL script - using JDBC - to initialize a database.
Right now I have the need to execute serveral statements only under
certain conditions.

for example: IF NOT EXISTS (      SELECT 1 FROM pg_catalog.pg_user WHERE ussername = 'Jon' ) THEN   CREATE USER 'Jon';
ENDIF;
 

Within a PL/pgSQL function this would be easy, but I need to store the
complete initialization script in a text file and execute it as a whole.
Is there any way to solve this? Any suggestions are welcome
TIA
Rüdiger

-- 
Geschenkt: 3 Monate GMX ProMail gratis + 3 Ausgaben stern gratis
++ Jetzt anmelden & testen ++ http://www.gmx.net/de/go/promail ++


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

Предыдущее
От: Sophie Yang
Дата:
Сообщение: Set Membership operator -- test group membership
Следующее
От: "Erik Aronesty"
Дата:
Сообщение: Re: Putting an INDEX on a boolean field?