默认是没有安装:
postgres@:5432/postgres-96307#=select pg_visibility_map('student');
ERROR: function pg_visibility_map(unknown) does not exist
LINE 1: select pg_visibility_map('student');
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
postgres@:5432/postgres-96307#=\dx
List of installed extensions
Name | Version | Schema | Description
--------------------+---------+------------+------------------------------------------------------------------------
pg_buffercache | 1.4 | public | examine the shared buffer cache
pg_stat_statements | 1.10 | public | track planning and execution statistics of all SQL statements executed
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
(3 rows)
postgres@:5432/postgres-96307#=\dx
List of installed extensions
Name | Version | Schema | Description
--------------------+---------+------------+------------------------------------------------------------------------
pg_buffercache | 1.4 | public | examine the shared buffer cache
pg_stat_statements | 1.10 | public | track planning and execution statistics of all SQL statements executed
pg_visibility | 1.2 | public | examine the visibility map (VM) and page-level visibility info
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
(4 rows)