File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.104 2002/06/24 22:17:01 tgl Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.105 2002/07/31 02:27:28 momjian Exp $
33PostgreSQL documentation
44-->
55
@@ -4353,6 +4353,11 @@ SELECT NULLIF(value, '(none)') ...
43534353 <entry><type>name[]</type></entry>
43544354 <entry>names of schemas in search path optionally including implicit schemas</entry>
43554355 </row>
4356+ <row>
4357+ <entry><function>backend_pid</function>()</entry>
4358+ <entry><type>integer</type></entry>
4359+ <entry>process ID of the session backend</entry>
4360+ </row>
43564361 </tbody>
43574362 </tgroup>
43584363 </table>
Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.8 2002/07/31 01:49:12 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.9 2002/07/31 02:27:29 momjian Exp $
33-->
44
55<chapter id="monitoring">
@@ -480,14 +480,6 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
480480 </entry>
481481 </row>
482482
483- <row>
484- <entry><function>backend_pid</function>()</entry>
485- <entry><type>integer</type></entry>
486- <entry>
487- Process ID of current backend
488- </entry>
489- </row>
490-
491483 <row>
492484 <entry><function>pg_stat_get_backend_pid</function>(<type>integer</type>)</entry>
493485 <entry><type>integer</type></entry>
You can’t perform that action at this time.
0 commit comments