1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-08 22:02:03 +03:00
postgres/contrib/noupdate/noup.source
2000-05-29 01:59:17 +00:00

8 lines
112 B
Plaintext

DROP FUNCTION noup ();
CREATE FUNCTION noup ()
RETURNS opaque
AS '_OBJWD_/noup_DLSUFFIX_'
LANGUAGE 'newC'
;