File tree 2 files changed +7
-10
lines changed 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -4353,6 +4353,11 @@ SELECT NULLIF(value, '(none)') ...
4353
4353
<entry><type>name[]</type></entry>
4354
4354
<entry>names of schemas in search path optionally including implicit schemas</entry>
4355
4355
</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>
4356
4361
</tbody>
4357
4362
</tgroup>
4358
4363
</table>
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="monitoring">
@@ -480,14 +480,6 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
480
480
</entry>
481
481
</row>
482
482
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
-
491
483
<row>
492
484
<entry><function>pg_stat_get_backend_pid</function>(<type>integer</type>)</entry>
493
485
<entry><type>integer</type></entry>
You can’t perform that action at this time.
0 commit comments