1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Rename pid function to backend_pid().

This commit is contained in:
Bruce Momjian
2002-07-31 01:49:13 +00:00
parent f67cb71961
commit 1107531c91
3 changed files with 15 additions and 7 deletions

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.7 2002/03/22 19:20:14 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.8 2002/07/31 01:49:12 momjian Exp $
-->
<chapter id="monitoring">
@ -480,11 +480,19 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
</entry>
</row>
<row>
<entry><function>backend_pid</function>()</entry>
<entry><type>integer</type></entry>
<entry>
Process ID of current backend
</entry>
</row>
<row>
<entry><function>pg_stat_get_backend_pid</function>(<type>integer</type>)</entry>
<entry><type>integer</type></entry>
<entry>
PID of backend process
Process ID of all backend processes
</entry>
</row>