1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-08 22:02:03 +03:00

Typo fixes.

expect -> except, noted by Andrew Dunstan.  Also, "cannot" seems more
readable here than "can not", per David Wheeler.
This commit is contained in:
Tom Lane 2011-10-26 18:04:13 -04:00
parent 8a1689d38b
commit 8be47f79d3

View File

@ -14888,8 +14888,8 @@ SELECT (pg_stat_file('filename')).modification;
</indexterm> </indexterm>
<para> <para>
<function>pg_advisory_xact_lock</> works the same as <function>pg_advisory_xact_lock</> works the same as
<function>pg_advisory_lock</>, expect the lock is automatically released <function>pg_advisory_lock</>, except the lock is automatically released
at the end of the current transaction and can not be released explicitly. at the end of the current transaction and cannot be released explicitly.
</para> </para>
<indexterm> <indexterm>
@ -14897,8 +14897,8 @@ SELECT (pg_stat_file('filename')).modification;
</indexterm> </indexterm>
<para> <para>
<function>pg_advisory_xact_lock_shared</> works the same as <function>pg_advisory_xact_lock_shared</> works the same as
<function>pg_advisory_lock_shared</>, expect the lock is automatically released <function>pg_advisory_lock_shared</>, except the lock is automatically released
at the end of the current transaction and can not be released explicitly. at the end of the current transaction and cannot be released explicitly.
</para> </para>
<indexterm> <indexterm>
@ -14906,9 +14906,9 @@ SELECT (pg_stat_file('filename')).modification;
</indexterm> </indexterm>
<para> <para>
<function>pg_try_advisory_xact_lock</> works the same as <function>pg_try_advisory_xact_lock</> works the same as
<function>pg_try_advisory_lock</>, expect the lock, if acquired, <function>pg_try_advisory_lock</>, except the lock, if acquired,
is automatically released at the end of the current transaction and is automatically released at the end of the current transaction and
can not be released explicitly. cannot be released explicitly.
</para> </para>
<indexterm> <indexterm>
@ -14916,9 +14916,9 @@ SELECT (pg_stat_file('filename')).modification;
</indexterm> </indexterm>
<para> <para>
<function>pg_try_advisory_xact_lock_shared</> works the same as <function>pg_try_advisory_xact_lock_shared</> works the same as
<function>pg_try_advisory_lock_shared</>, expect the lock, if acquired, <function>pg_try_advisory_lock_shared</>, except the lock, if acquired,
is automatically released at the end of the current transaction and is automatically released at the end of the current transaction and
can not be released explicitly. cannot be released explicitly.
</para> </para>
<indexterm> <indexterm>