repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
file_fdw: Add REJECT_LIMIT option to file_fdw.
[pgsql.git]
/
contrib
/
spi
/
insert_username--1.0.sql
blob
0deb0bf3f8be5a4ba124873e5898b9527354cf04
1
/* contrib/spi/insert_username--1.0.sql */
2
3
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
4
\echo Use "CREATE EXTENSION insert_username" to load this file. \quit
5
6
CREATE FUNCTION insert_username()
7
RETURNS trigger
8
AS 'MODULE_PATHNAME'
9
LANGUAGE C;