mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 00:02:53 -04:00
with OPAQUE, as per recent pghackers discussion. I still want to do some more work on the 'cstring' pseudo-type, but I'm going to commit the bulk of the changes now before the tree starts shifting under me ...
7 lines
124 B
MySQL
7 lines
124 B
MySQL
DROP FUNCTION insert_username();
|
|
|
|
CREATE FUNCTION insert_username()
|
|
RETURNS trigger
|
|
AS 'MODULE_PATHNAME'
|
|
LANGUAGE 'C';
|