A regex used to ignore placeholders or other fragments of the query that'd make it invalid SQL query, e.g. If you are using ? placeholders in your queries, you must ignore \? pattern as otherwise the ...
CREATE RULE defines a new rule applying to a specified table or view. CREATE OR REPLACE RULE will either create a new rule, or replace an existing rule of the same name for the same table. The name of ...
Compatibility with PostgreSQL versions 10, 11 and 12 is no longer guaranteed, but it is very likely. We focus only on the currently maintained versions of PostgreSQL ...