Conditional compilation - Mailing list pgsql-general

From Thiemo Kellner
Subject Conditional compilation
Date
Msg-id 1ed285e8-2ac0-4873-87e9-02a4d412732d@gelassene-pferde.biz
Whole thread Raw
Responses Re: Conditional compilation  (Ron <ronljohnsonjr@gmail.com>)
List 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 by date:

Previous
From: Justin Clift
Date:
Subject: Re: Server process exited with exit code 4
Next
From: Ron
Date:
Subject: Re: Conditional compilation