mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
doc: Various typo/grammar fixes
Errors detected using Topy (https://github.com/intgr/topy), all changes verified by hand and some manual tweaks added. Marti Raudsepp Individual changes backpatched, where applicable, as far as 9.0.
This commit is contained in:
@@ -15608,7 +15608,7 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
|
||||
<parameter>schema</> is the schema name that the object belongs in, or
|
||||
<literal>NULL</> for object types that do not belong to schemas;
|
||||
<parameter>name</> is the name of the object, quoted if necessary, only
|
||||
present if it can be used (alongside schema name, if pertinent) as an unique
|
||||
present if it can be used (alongside schema name, if pertinent) as a unique
|
||||
identifier of the object, otherwise <literal>NULL</>;
|
||||
<parameter>identity</> is the complete object identity, with the precise format
|
||||
depending on object type, and each part within the format being
|
||||
@@ -17583,7 +17583,7 @@ FOR EACH ROW EXECUTE PROCEDURE suppress_redundant_updates_trigger();
|
||||
<entry><type>text</type></entry>
|
||||
<entry>
|
||||
Name of the object, if the combination of schema and name can be
|
||||
used as an unique identifier for the object; otherwise <literal>NULL</>.
|
||||
used as a unique identifier for the object; otherwise <literal>NULL</>.
|
||||
No quoting is applied, and name is never schema-qualified.
|
||||
</entry>
|
||||
</row>
|
||||
|
Reference in New Issue
Block a user