mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add missing /contrib files to CVS.
This commit is contained in:
6
contrib/spi/autoinc.sql.in
Normal file
6
contrib/spi/autoinc.sql.in
Normal file
@ -0,0 +1,6 @@
|
||||
DROP FUNCTION autoinc();
|
||||
|
||||
CREATE FUNCTION autoinc()
|
||||
RETURNS opaque
|
||||
AS 'MODULE_PATHNAME'
|
||||
LANGUAGE 'newC';
|
Reference in New Issue
Block a user