aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/monitoring.sgml20
-rw-r--r--doc/src/sgml/sslinfo.sgml30
2 files changed, 0 insertions, 50 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 42c7808f505..588b720f57e 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -2257,26 +2257,6 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
This field is truncated like <structfield>client_dn</structfield>.
</para></entry>
</row>
-
- <row>
- <entry role="catalog_table_entry"><para role="column_definition">
- <structfield>not_before</structfield> <type>text</type>
- </para>
- <para>
- Not before UTC timestamp of the client certificate, or NULL if no client
- certificate was supplied.
- </para></entry>
- </row>
-
- <row>
- <entry role="catalog_table_entry"><para role="column_definition">
- <structfield>not_after</structfield> <type>text</type>
- </para>
- <para>
- Not after UTC timestamp of the client certificate, or NULL if no client
- certificate was supplied.
- </para></entry>
- </row>
</tbody>
</tgroup>
</table>
diff --git a/doc/src/sgml/sslinfo.sgml b/doc/src/sgml/sslinfo.sgml
index 06f5728096e..85d49f66537 100644
--- a/doc/src/sgml/sslinfo.sgml
+++ b/doc/src/sgml/sslinfo.sgml
@@ -240,36 +240,6 @@ emailAddress
</para>
</listitem>
</varlistentry>
-
- <varlistentry>
- <term>
- <function>ssl_client_get_notbefore() returns text</function>
- <indexterm>
- <primary>ssl_client_get_notbefore</primary>
- </indexterm>
- </term>
- <listitem>
- <para>
- Return the <structfield>not before</structfield> UTC timestamp of the client
- certificate.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term>
- <function>ssl_client_get_notafter() returns text</function>
- <indexterm>
- <primary>ssl_client_get_notafter</primary>
- </indexterm>
- </term>
- <listitem>
- <para>
- Return the <structfield>not after</structfield> UTC timestamp of the client
- certificate.
- </para>
- </listitem>
- </varlistentry>
</variablelist>
</sect2>