PostgreSQL Source Code  git master
UserMapping Struct Reference

#include <foreign.h>

Data Fields

Oid umid
 
Oid userid
 
Oid serverid
 
Listoptions
 

Detailed Description

Definition at line 45 of file foreign.h.

Field Documentation

◆ options

List* UserMapping::options

Definition at line 50 of file foreign.h.

Referenced by get_connect_string(), and GetUserMapping().

◆ serverid

Oid UserMapping::serverid

Definition at line 49 of file foreign.h.

Referenced by GetUserMapping().

◆ umid

Oid UserMapping::umid

Definition at line 47 of file foreign.h.

Referenced by GetUserMapping().

◆ userid

Oid UserMapping::userid

Definition at line 48 of file foreign.h.

Referenced by GetUserMapping().


The documentation for this struct was generated from the following file: