I have need of a placeholder while I develop some stored procedures in PostgreSQL 8.4. I'd typically use some sort of executable noop (one that's not going to generate an error when an attempt is made to execute it), but based upon a cursory examination, there doesn't appear to be such a function in PostgreSQL. What alternatives exist?
Try
NULL;
Postgresql 8.4 manual - Noop section
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With