diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-09-27 16:29:13 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-09-27 16:29:13 +0000 |
commit | 3d59ad00e8cc6a1bd919280be839fca152149ec2 (patch) | |
tree | 7eea422e403926dfe6dca3e46d3eb9b1c57f9bf7 /doc/src | |
parent | 19656b7445995b0aa157a7e595c61ed10d1ba378 (diff) | |
download | postgresql-3d59ad00e8cc6a1bd919280be839fca152149ec2.tar.gz postgresql-3d59ad00e8cc6a1bd919280be839fca152149ec2.zip |
Remove useless LockDisable() function and associated overhead, per my
proposal of 26-Aug.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/postgres-ref.sgml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index 839a1e86a75..9c4266d7d62 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.19 2001/09/08 15:24:00 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.20 2001/09/27 16:29:12 tgl Exp $ Postgres documentation --> @@ -33,7 +33,6 @@ Postgres documentation <arg>-f<group choice="plain"><arg>s</arg><arg>i</arg><arg>t</arg><arg>n</arg><arg>m</arg><arg>h</arg></group></arg> <arg>-F</arg> <arg>-i</arg> - <arg>-L</arg> <arg>-N</arg> <arg>-o <replaceable>filename</replaceable></arg> <arg>-O</arg> @@ -57,7 +56,6 @@ Postgres documentation <arg>-f<group choice="plain"><arg>s</arg><arg>i</arg><arg>t</arg><arg>n</arg><arg>m</arg><arg>h</arg></group></arg> <arg>-F</arg> <arg>-i</arg> - <arg>-L</arg> <arg>-o <replaceable>filename</replaceable></arg> <arg>-O</arg> <arg>-p <replaceable>database</replaceable></arg> @@ -294,15 +292,6 @@ Postgres documentation </varlistentry> <varlistentry> - <term>-L</term> - <listitem> - <para> - Turns off the locking system. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term>-O</term> <listitem> <para> |