[postgis-commits] svn - r3356 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Tue Dec 2 12:04:24 PST 2008
Author: robe
Date: 2008-12-02 12:04:23 -0800 (Tue, 02 Dec 2008)
New Revision: 3356
Modified:
trunk/doc/reference_new.xml
Log:
Remove some junk and fix some typos, rephrase descriptions
Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml 2008-12-02 20:00:31 UTC (rev 3355)
+++ trunk/doc/reference_new.xml 2008-12-02 20:04:23 UTC (rev 3356)
@@ -11180,8 +11180,7 @@
<refnamediv>
<refname>CheckAuth</refname>
- <refpurpose>Creates trigger that check updates and deletes of rows in given table for being
- authorized.</refpurpose>
+ <refpurpose>Creates trigger on a table to prevent/allow updates and deletes of rows based on authorization token.</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -11204,12 +11203,11 @@
<refsection>
<title>Description</title>
- <para>Check updates and deletes of rows in given table for being
- authorized. Identify rows using <rowid_col> column.</para>
+ <para>Creates trigger on a table to prevent/allow updates and deletes of rows based on authorization token. Identify rows using <rowid_col> column.</para>
<para>If a_schema_name is not passed in, then searches for table in current schema.</para>
<note><para>If an authorization trigger already exists on this table function errors.</para>
- <para>If Transaction support is not enabled, function throws and exception.</para>
+ <para>If Transaction support is not enabled, function throws an exception.</para>
</note>
<para>Availability: 1.1.3</para>
@@ -11331,20 +11329,6 @@
<para><xref linkend="DisableLongTransactions" /></para>
</refsection>
</refentry>
-
- <varlistentry id="LockRow">
- <term>LockRow([<schema>], <table>, <rowid>,
- <authid>, [<expires>])</term>
-
- <listitem>
- <para>Set lock/authorization for specific row in table
- <authid> is a text value, <expires> is a timestamp
- defaulting to now()+1hour. Returns 1 if lock has been assigned, 0
- otherwise (already locked by other auth).</para>
-
- <para>Availability: 1.1.3</para>
- </listitem>
- </varlistentry>
<refentry id="LockRow">
<refnamediv>
More information about the postgis-commits
mailing list