mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix typos and grammar in the code
The large majority of these have been introduced by recent commits done in the v18 development cycle. Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/9a7763ab-5252-429d-a943-b28941e0e28b@gmail.com
This commit is contained in:
@ -123,7 +123,7 @@ $$);
|
||||
RTI 1 (relation, inherited, in-from-clause):
|
||||
Eref: vegetables (id, name, genus)
|
||||
Relation: vegetables
|
||||
Relation Kind: parititioned_table
|
||||
Relation Kind: partitioned_table
|
||||
Relation Lock Mode: AccessShareLock
|
||||
Permission Info Index: 1
|
||||
RTI 2 (group):
|
||||
@ -250,7 +250,7 @@ $$);
|
||||
<In-From-Clause>true</In-From-Clause> +
|
||||
<Eref>vegetables (id, name, genus)</Eref> +
|
||||
<Relation>vegetables</Relation> +
|
||||
<Relation-Kind>parititioned_table</Relation-Kind> +
|
||||
<Relation-Kind>partitioned_table</Relation-Kind> +
|
||||
<Relation-Lock-Mode>AccessShareLock</Relation-Lock-Mode> +
|
||||
<Permission-Info-Index>1</Permission-Info-Index> +
|
||||
<Security-Barrier>false</Security-Barrier> +
|
||||
@ -454,7 +454,7 @@ SELECT * FROM vegetables WHERE genus = 'daucus';
|
||||
RTI 1 (relation, inherited, in-from-clause):
|
||||
Eref: vegetables (id, name, genus)
|
||||
Relation: vegetables
|
||||
Relation Kind: parititioned_table
|
||||
Relation Kind: partitioned_table
|
||||
Relation Lock Mode: AccessShareLock
|
||||
Permission Info Index: 1
|
||||
RTI 2 (relation, in-from-clause):
|
||||
@ -478,7 +478,7 @@ INSERT INTO vegetables (name, genus) VALUES ('broccoflower', 'brassica');
|
||||
RTI 1 (relation):
|
||||
Eref: vegetables (id, name, genus)
|
||||
Relation: vegetables
|
||||
Relation Kind: parititioned_table
|
||||
Relation Kind: partitioned_table
|
||||
Relation Lock Mode: RowExclusiveLock
|
||||
Permission Info Index: 1
|
||||
RTI 2 (result):
|
||||
|
Reference in New Issue
Block a user