Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git] / contrib / spi / autoinc.sql.in
blobfe0751d0feaf772d0ff65cd5bd41e9bd355d9bea
1 /* $PostgreSQL$ */
3 -- Adjust this setting to control where the objects get created.
4 SET search_path = public;
6 CREATE OR REPLACE FUNCTION autoinc()
7 RETURNS trigger
8 AS 'MODULE_PATHNAME'
9 LANGUAGE C;