mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 00:03:09 -04:00
5 lines
148 B
MySQL
5 lines
148 B
MySQL
DROP FUNCTION pgstattuple(NAME);
|
|
CREATE FUNCTION pgstattuple(NAME) RETURNS FLOAT8
|
|
AS 'MODULE_PATHNAME', 'pgstattuple'
|
|
LANGUAGE 'c' WITH (isstrict);
|