@@ -14888,37 +14888,37 @@ SELECT (pg_stat_file('filename')).modification;
14888
14888
</indexterm>
14889
14889
<para>
14890
14890
<function>pg_advisory_xact_lock</> works the same as
14891
- <function>pg_advisory_lock</>, expect the lock is automatically released
14892
- at the end of the current transaction and can not be released explicitly.
14891
+ <function>pg_advisory_lock</>, except the lock is automatically released
14892
+ at the end of the current transaction and cannot be released explicitly.
14893
14893
</para>
14894
14894
14895
14895
<indexterm>
14896
14896
<primary>pg_advisory_xact_lock_shared</primary>
14897
14897
</indexterm>
14898
14898
<para>
14899
14899
<function>pg_advisory_xact_lock_shared</> works the same as
14900
- <function>pg_advisory_lock_shared</>, expect the lock is automatically released
14901
- at the end of the current transaction and can not be released explicitly.
14900
+ <function>pg_advisory_lock_shared</>, except the lock is automatically released
14901
+ at the end of the current transaction and cannot be released explicitly.
14902
14902
</para>
14903
14903
14904
14904
<indexterm>
14905
14905
<primary>pg_try_advisory_xact_lock</primary>
14906
14906
</indexterm>
14907
14907
<para>
14908
14908
<function>pg_try_advisory_xact_lock</> works the same as
14909
- <function>pg_try_advisory_lock</>, expect the lock, if acquired,
14909
+ <function>pg_try_advisory_lock</>, except the lock, if acquired,
14910
14910
is automatically released at the end of the current transaction and
14911
- can not be released explicitly.
14911
+ cannot be released explicitly.
14912
14912
</para>
14913
14913
14914
14914
<indexterm>
14915
14915
<primary>pg_try_advisory_xact_lock_shared</primary>
14916
14916
</indexterm>
14917
14917
<para>
14918
14918
<function>pg_try_advisory_xact_lock_shared</> works the same as
14919
- <function>pg_try_advisory_lock_shared</>, expect the lock, if acquired,
14919
+ <function>pg_try_advisory_lock_shared</>, except the lock, if acquired,
14920
14920
is automatically released at the end of the current transaction and
14921
- can not be released explicitly.
14921
+ cannot be released explicitly.
14922
14922
</para>
14923
14923
14924
14924
<indexterm>
0 commit comments