From: Shigeru Hanada Date: Wed, 13 Oct 2010 13:07:53 +0000 (+0900) Subject: Follow the rename of the view pg_foreign_connections. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a86fb8d0bcfbdf4881e120db39303875aec84a66;p=users%2Fhanada%2Fpostgres.git Follow the rename of the view pg_foreign_connections. --- diff --git a/doc/src/sgml/postgresql-fdw.sgml b/doc/src/sgml/postgresql-fdw.sgml index 572fca9b4d..a9f9ab9314 100644 --- a/doc/src/sgml/postgresql-fdw.sgml +++ b/doc/src/sgml/postgresql-fdw.sgml @@ -40,15 +40,15 @@ - pg_foreign_connections() returns record + postgresql_fdw_connections() returns record - pg_foreign_connections is a function which + postgresql_fdw_connections is a function which returns list of active connections which are estabilshed via postgresql_fdw. This function was designed as a private function, used - from pg_foreign_connections view. + from postgresql_fdw_connections view. @@ -63,17 +63,17 @@ - pg_foreign_connections + postgresql_fdw_connections - pg_foreign_connections is a view which + postgresql_fdw_connections is a view which shows active connections which are estabilshed via postgresql_fdw. - <structname>pg_foreign_connections</> Columns + <structname>postgresql_fdw_connections</> Columns @@ -90,21 +90,22 @@ connamename - Name of the connection, same as srvname in current version + Name of the connection srvname name pg_foreign_server.srvname - Name of the foreign server + Name of the foreign server used by this connection usename name pg_authid.rolname - Name of the user who establish the connection + Name of the user being mapped, or PUBLIC if + the mapping is public