mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
5 lines
213 B
MySQL
5 lines
213 B
MySQL
|
/* contrib/pg_freespacemap/pg_freespacemap--unpackaged--1.0.sql */
|
||
|
|
||
|
ALTER EXTENSION pg_freespacemap ADD function pg_freespace(regclass,bigint);
|
||
|
ALTER EXTENSION pg_freespacemap ADD function pg_freespace(regclass);
|