portable-devtools / pgsql /share /extension /autoinc--1.0.sql
codekingpro's picture
Add files using upload-large-folder tool
e1ef231 verified
Raw
History Blame Contribute Delete
249 Bytes
/* contrib/spi/autoinc--1.0.sql */
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION autoinc" to load this file. \quit
CREATE FUNCTION autoinc()
RETURNS trigger
AS 'MODULE_PATHNAME'
LANGUAGE C;