repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git]
/
contrib
/
spi
/
autoinc.sql.in
blob
fe0751d0feaf772d0ff65cd5bd41e9bd355d9bea
1
/* $PostgreSQL$ */
2
3
-- Adjust this setting to control where the objects get created.
4
SET
search_path
=
public
;
5
6
CREATE OR REPLACE FUNCTION
autoinc
()
7
RETURNS trigger
8
AS
'MODULE_PATHNAME'
9
LANGUAGE
C
;