2002-10-18 22:41:22 +04:00
|
|
|
-- Adjust this setting to control where the objects get created.
|
|
|
|
SET search_path = public;
|
2000-06-15 23:05:22 +04:00
|
|
|
|
2002-10-18 22:41:22 +04:00
|
|
|
CREATE OR REPLACE FUNCTION autoinc()
|
|
|
|
RETURNS trigger
|
|
|
|
AS 'MODULE_PATHNAME'
|
|
|
|
LANGUAGE 'C';
|