This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
postgres
mirror of
https://github.com/postgres/postgres
Watch
1
Star
0
Fork
You've already forked postgres
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6b5aeb797f
postgres
/
contrib
/
noupdate
/
noup.sql.in
7 lines
101 B
MySQL
Raw
Blame
History
DROP
FUNCTION
noup
(
)
;
CREATE
FUNCTION
noup
(
)
RETURNS
opaque
AS
'
MODULE_PATHNAME
'
LANGUAGE
'
C
'
;
Reference in New Issue
View Git Blame
Copy Permalink