Conditional compilation

Поиск
Список
Период
Сортировка
От Thiemo Kellner
Тема Conditional compilation
Дата
Msg-id 1ed285e8-2ac0-4873-87e9-02a4d412732d@gelassene-pferde.biz
обсуждение исходный текст
Ответы Re: Conditional compilation
Список pgsql-general
Hi

Does PostgreSQL have something like Oracle's conditional compilation? 
This is sort of an if then statement that gets evaluated on 
compilation/installation time of PL/SQL code. If the condition is met, 
the code until the $END gets compiled. It is even possible to switch 
on/off parts of single statements. I suppose it is sort of a 
preprocessor that removes the code part from $IF until $END if the 
condition is not met.

Kind regards

Thiemo




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

Предыдущее
От: Justin Clift
Дата:
Сообщение: Re: Server process exited with exit code 4
Следующее
От: Ron
Дата:
Сообщение: Re: Conditional compilation