From 311bcfc6b3acdd6fd152798c7f287ddf74fa2a98 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 16 Apr 2024 21:46:48 +0200 Subject: Adding upstream version 15.4. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/infoschema-user-mappings.html | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/src/sgml/html/infoschema-user-mappings.html (limited to 'doc/src/sgml/html/infoschema-user-mappings.html') diff --git a/doc/src/sgml/html/infoschema-user-mappings.html b/doc/src/sgml/html/infoschema-user-mappings.html new file mode 100644 index 0000000..9b821c9 --- /dev/null +++ b/doc/src/sgml/html/infoschema-user-mappings.html @@ -0,0 +1,30 @@ + +37.62. user_mappings

37.62. user_mappings

+ The view user_mappings contains all user + mappings defined in the current database. Only those user mappings + are shown where the current user has access to the corresponding + foreign server (by way of being the owner or having some + privilege). +

Table 37.60. user_mappings Columns

+ Column Type +

+

+ Description +

+ authorization_identifier sql_identifier +

+

+ Name of the user being mapped, + or PUBLIC if the mapping is public +

+ foreign_server_catalog sql_identifier +

+

+ Name of the database that the foreign server used by this + mapping is defined in (always the current database) +

+ foreign_server_name sql_identifier +

+

+ Name of the foreign server used by this mapping +


\ No newline at end of file -- cgit v1.2.3