Writing Functions
Posted: Wed 03 Jul 2019 05:22
I'm new to using dbForge for PostgreSQL, and in general new to using PostgreSQL. So my question might have a simple solution.
Within a function, the logic is enclosed in two sets of $$-characters, rendering everything in between as a string - and therefore not susceptible for any code checking or code completion. This makes it hard to use the built-in tools that dbForge offers.
Is there a way around this, so that code within the $$-block is not regarded as a string?
Thanks
Within a function, the logic is enclosed in two sets of $$-characters, rendering everything in between as a string - and therefore not susceptible for any code checking or code completion. This makes it hard to use the built-in tools that dbForge offers.
Is there a way around this, so that code within the $$-block is not regarded as a string?
Thanks