mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08: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);
|