aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-10-26 18:04:13 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-10-26 18:04:32 -0400
commit8be47f79d3a7d7bdb4a8c60d3f6055f3bc43ee4c (patch)
tree352ab29157ed38a48f9bc1d17d4a3bbe94d92b1d /doc/src
parent8a1689d38b01dc107744095ff16093f8fc357bfe (diff)
downloadpostgresql-8be47f79d3a7d7bdb4a8c60d3f6055f3bc43ee4c.tar.gz
postgresql-8be47f79d3a7d7bdb4a8c60d3f6055f3bc43ee4c.zip
Typo fixes.
expect -> except, noted by Andrew Dunstan. Also, "cannot" seems more readable here than "can not", per David Wheeler.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index f37f100c6a2..c843be78488 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -14888,8 +14888,8 @@ SELECT (pg_stat_file('filename')).modification;
</indexterm>
<para>
<function>pg_advisory_xact_lock</> works the same as
- <function>pg_advisory_lock</>, expect the lock is automatically released
- at the end of the current transaction and can not be released explicitly.
+ <function>pg_advisory_lock</>, except the lock is automatically released
+ at the end of the current transaction and cannot be released explicitly.
</para>
<indexterm>
@@ -14897,8 +14897,8 @@ SELECT (pg_stat_file('filename')).modification;
</indexterm>
<para>
<function>pg_advisory_xact_lock_shared</> works the same as
- <function>pg_advisory_lock_shared</>, expect the lock is automatically released
- at the end of the current transaction and can not be released explicitly.
+ <function>pg_advisory_lock_shared</>, except the lock is automatically released
+ at the end of the current transaction and cannot be released explicitly.
</para>
<indexterm>
@@ -14906,9 +14906,9 @@ SELECT (pg_stat_file('filename')).modification;
</indexterm>
<para>
<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
- can not be released explicitly.
+ cannot be released explicitly.
</para>
<indexterm>
@@ -14916,9 +14916,9 @@ SELECT (pg_stat_file('filename')).modification;
</indexterm>
<para>
<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
- can not be released explicitly.
+ cannot be released explicitly.
</para>
<indexterm>