1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-04 12:02:48 +03:00

Refer to tables by id, not by "the following table", because tables are in

theory floating elements.
This commit is contained in:
Peter Eisentraut
2009-05-18 11:08:24 +00:00
parent 263144140f
commit 9c4c70321d
10 changed files with 58 additions and 58 deletions

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgrowlocks.sgml,v 1.4 2007/12/10 05:32:51 tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgrowlocks.sgml,v 1.5 2009/05/18 11:08:24 petere Exp $ -->
<sect1 id="pgrowlocks">
<title>pgrowlocks</title>
@@ -15,17 +15,17 @@
<sect2>
<title>Overview</title>
<synopsis>
<synopsis>
pgrowlocks(text) returns setof record
</synopsis>
</synopsis>
<para>
The parameter is the name of a table. The result is a set of records,
with one row for each locked row within the table. The output columns
are:
are shown in <xref linkend="pgrowlocks-columns">.
</para>
<table>
<table id="pgrowlocks-columns">
<title><function>pgrowlocks</> output columns</title>
<tgroup cols="3">