mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 09:52:14 -05:00
6 lines
110 B
MySQL
6 lines
110 B
MySQL
DROP FUNCTION autoinc();
|
|
|
|
CREATE FUNCTION autoinc()
|
|
RETURNS opaque
|
|
AS 'MODULE_PATHNAME'
|
|
LANGUAGE 'newC';
|