diff options
-rw-r--r-- | doc/src/sgml/libpq.sgml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 493cc12d61e..23e6f1c3dcd 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7012,22 +7012,6 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) <listitem> <para> <indexterm> - <primary><envar>PGREALM</envar></primary> - </indexterm> - <envar>PGREALM</envar> sets the Kerberos realm to use with - <productname>PostgreSQL</productname>, if it is different from the - local realm. If <envar>PGREALM</envar> is set, - <application>libpq</application> applications will attempt - authentication with servers for this realm and use separate ticket - files to avoid conflicts with local ticket files. This - environment variable is only used if GSSAPI authentication is - selected by the server. - </para> - </listitem> - - <listitem> - <para> - <indexterm> <primary><envar>PGOPTIONS</envar></primary> </indexterm> <envar>PGOPTIONS</envar> behaves the same as the <xref |