Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bf82013

Browse filesBrowse files
committed
Typo fixes.
expect -> except, noted by Andrew Dunstan. Also, "cannot" seems more readable here than "can not", per David Wheeler.
1 parent 3e4b346 commit bf82013
Copy full SHA for bf82013

File tree

Expand file treeCollapse file tree

1 file changed

+8
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-8
lines changed

‎doc/src/sgml/func.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/func.sgml
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15024,37 +15024,37 @@ SELECT (pg_stat_file('filename')).modification;
1502415024
</indexterm>
1502515025
<para>
1502615026
<function>pg_advisory_xact_lock</> works the same as
15027-
<function>pg_advisory_lock</>, expect the lock is automatically released
15028-
at the end of the current transaction and can not be released explicitly.
15027+
<function>pg_advisory_lock</>, except the lock is automatically released
15028+
at the end of the current transaction and cannot be released explicitly.
1502915029
</para>
1503015030

1503115031
<indexterm>
1503215032
<primary>pg_advisory_xact_lock_shared</primary>
1503315033
</indexterm>
1503415034
<para>
1503515035
<function>pg_advisory_xact_lock_shared</> works the same as
15036-
<function>pg_advisory_lock_shared</>, expect the lock is automatically released
15037-
at the end of the current transaction and can not be released explicitly.
15036+
<function>pg_advisory_lock_shared</>, except the lock is automatically released
15037+
at the end of the current transaction and cannot be released explicitly.
1503815038
</para>
1503915039

1504015040
<indexterm>
1504115041
<primary>pg_try_advisory_xact_lock</primary>
1504215042
</indexterm>
1504315043
<para>
1504415044
<function>pg_try_advisory_xact_lock</> works the same as
15045-
<function>pg_try_advisory_lock</>, expect the lock, if acquired,
15045+
<function>pg_try_advisory_lock</>, except the lock, if acquired,
1504615046
is automatically released at the end of the current transaction and
15047-
can not be released explicitly.
15047+
cannot be released explicitly.
1504815048
</para>
1504915049

1505015050
<indexterm>
1505115051
<primary>pg_try_advisory_xact_lock_shared</primary>
1505215052
</indexterm>
1505315053
<para>
1505415054
<function>pg_try_advisory_xact_lock_shared</> works the same as
15055-
<function>pg_try_advisory_lock_shared</>, expect the lock, if acquired,
15055+
<function>pg_try_advisory_lock_shared</>, except the lock, if acquired,
1505615056
is automatically released at the end of the current transaction and
15057-
can not be released explicitly.
15057+
cannot be released explicitly.
1505815058
</para>
1505915059

1506015060
<indexterm>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.