Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / contrib / spi / insert_username.sql.in
blob7ffee1e9a7ebd715d6113fdf1a4f16d1010a80b9
1 /* $PostgreSQL$ */
3 -- Adjust this setting to control where the objects get created.
4 SET search_path = public;
6 CREATE OR REPLACE FUNCTION insert_username()
7 RETURNS trigger
8 AS 'MODULE_PATHNAME'
9 LANGUAGE C;