2ndQuadrant / audit-trigger

Simple, easily customised trigger-based auditing for PostgreSQL (Postgres). See also pgaudit.
Other
657 stars 241 forks source link

Add tag to the dollar-quoting definition of the function #11

Closed paulovieira closed 9 years ago

paulovieira commented 9 years ago

This change makes the code more consistent (all the other functions also have this tag).

And will also allow the script to be executed inside of a anonymous blocks, which are usually written as

DO $$
   ...
$$