summaryrefslogtreecommitdiff
path: root/contrib/spi/autoinc.sql.in
blob: cec50b61895e9d01b82267e197b4fd3b268bde38 (plain)
1
2
3
4
5
6
7
8
9
-- Adjust this setting to control where the objects get created.
SET search_path = public;

SET autocommit TO 'on';

CREATE OR REPLACE FUNCTION autoinc() 
RETURNS trigger 
AS 'MODULE_PATHNAME'
LANGUAGE 'C';