Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
fd015c5c
Commit
fd015c5c
authored
Feb 29, 2004
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a bunch (~88) typos that the OpenJade tools don't warn about by
default: some SGML tags weren't properly terminated.
parent
31ce2fdd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
93 additions
and
93 deletions
+93
-93
doc/src/sgml/information_schema.sgml
doc/src/sgml/information_schema.sgml
+90
-90
doc/src/sgml/libpgtcl.sgml
doc/src/sgml/libpgtcl.sgml
+3
-3
No files found.
doc/src/sgml/information_schema.sgml
View file @
fd015c5c
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.1
4 2004/01/24 23:45:13 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.1
5 2004/02/29 15:36:46 neilc
Exp $ -->
<chapter id="information-schema">
<chapter id="information-schema">
<title>The Information Schema</title>
<title>The Information Schema</title>
...
@@ -355,7 +355,7 @@
...
@@ -355,7 +355,7 @@
</row>
</row>
<row>
<row>
<entry><literal>grantee</literal</entry>
<entry><literal>grantee</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the user or group that the privilege was granted to</entry>
<entry>Name of the user or group that the privilege was granted to</entry>
</row>
</row>
...
@@ -367,25 +367,25 @@
...
@@ -367,25 +367,25 @@
</row>
</row>
<row>
<row>
<entry><literal>table_schema</literal</entry>
<entry><literal>table_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the table that contains the column</entry>
<entry>Name of the schema that contains the table that contains the column</entry>
</row>
</row>
<row>
<row>
<entry><literal>table_name</literal</entry>
<entry><literal>table_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the table that contains the column</entry>
<entry>Name of the table that contains the column</entry>
</row>
</row>
<row>
<row>
<entry><literal>column_name</literal</entry>
<entry><literal>column_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the column</entry>
<entry>Name of the column</entry>
</row>
</row>
<row>
<row>
<entry><literal>privilege_type</literal</entry>
<entry><literal>privilege_type</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>
<entry>
Type of the privilege: <literal>SELECT</literal>,
Type of the privilege: <literal>SELECT</literal>,
...
@@ -869,7 +869,7 @@
...
@@ -869,7 +869,7 @@
</row>
</row>
<row>
<row>
<entry><literal>table_schema</literal</entry>
<entry><literal>table_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
Name of the schema that contains the table that contains the
Name of the schema that contains the table that contains the
...
@@ -878,7 +878,7 @@
...
@@ -878,7 +878,7 @@
</row>
</row>
<row>
<row>
<entry><literal>table_name</literal</entry>
<entry><literal>table_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
Name of the table that contains the column that is used by some
Name of the table that contains the column that is used by some
...
@@ -887,7 +887,7 @@
...
@@ -887,7 +887,7 @@
</row>
</row>
<row>
<row>
<entry><literal>column_name</literal</entry>
<entry><literal>column_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
Name of the column that is used by some constraint
Name of the column that is used by some constraint
...
@@ -901,13 +901,13 @@
...
@@ -901,13 +901,13 @@
</row>
</row>
<row>
<row>
<entry><literal>constraint_schema</literal</entry>
<entry><literal>constraint_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the constraint</entry>
<entry>Name of the schema that contains the constraint</entry>
</row>
</row>
<row>
<row>
<entry><literal>constraint_name</literal</entry>
<entry><literal>constraint_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the constraint</entry>
<entry>Name of the constraint</entry>
</row>
</row>
...
@@ -955,7 +955,7 @@
...
@@ -955,7 +955,7 @@
</row>
</row>
<row>
<row>
<entry><literal>table_schema</literal</entry>
<entry><literal>table_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
Name of the schema that contains the table that is used by some
Name of the schema that contains the table that is used by some
...
@@ -964,7 +964,7 @@
...
@@ -964,7 +964,7 @@
</row>
</row>
<row>
<row>
<entry><literal>table_name</literal</entry>
<entry><literal>table_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the table that is used by some constraint</entry>
<entry>Name of the table that is used by some constraint</entry>
</row>
</row>
...
@@ -976,13 +976,13 @@
...
@@ -976,13 +976,13 @@
</row>
</row>
<row>
<row>
<entry><literal>constraint_schema</literal</entry>
<entry><literal>constraint_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the constraint</entry>
<entry>Name of the schema that contains the constraint</entry>
</row>
</row>
<row>
<row>
<entry><literal>constraint_name</literal</entry>
<entry><literal>constraint_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the constraint</entry>
<entry>Name of the constraint</entry>
</row>
</row>
...
@@ -1030,19 +1030,19 @@
...
@@ -1030,19 +1030,19 @@
</row>
</row>
<row>
<row>
<entry><literal>object_schema</literal</entry>
<entry><literal>object_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the described object</entry>
<entry>Name of the schema that contains the described object</entry>
</row>
</row>
<row>
<row>
<entry><literal>object_name</literal</entry>
<entry><literal>object_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the described object</entry>
<entry>Name of the described object</entry>
</row>
</row>
<row>
<row>
<entry><literal>object_type</literal</entry>
<entry><literal>object_type</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>
<entry>
The type of the described object: one of
The type of the described object: one of
...
@@ -1055,7 +1055,7 @@
...
@@ -1055,7 +1055,7 @@
</row>
</row>
<row>
<row>
<entry><literal>dtd_identifier</literal</entry>
<entry><literal>dtd_identifier</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
The identifier of the data type descriptor, which is unique
The identifier of the data type descriptor, which is unique
...
@@ -1095,13 +1095,13 @@
...
@@ -1095,13 +1095,13 @@
</row>
</row>
<row>
<row>
<entry><literal>constraint_schema</literal</entry>
<entry><literal>constraint_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the constraint</entry>
<entry>Name of the schema that contains the constraint</entry>
</row>
</row>
<row>
<row>
<entry><literal>constraint_name</literal</entry>
<entry><literal>constraint_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the constraint</entry>
<entry>Name of the constraint</entry>
</row>
</row>
...
@@ -1113,13 +1113,13 @@
...
@@ -1113,13 +1113,13 @@
</row>
</row>
<row>
<row>
<entry><literal>domain_schema</literal</entry>
<entry><literal>domain_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the domain</entry>
<entry>Name of the schema that contains the domain</entry>
</row>
</row>
<row>
<row>
<entry><literal>domain_name</literal</entry>
<entry><literal>domain_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the domain</entry>
<entry>Name of the domain</entry>
</row>
</row>
...
@@ -1188,13 +1188,13 @@
...
@@ -1188,13 +1188,13 @@
</row>
</row>
<row>
<row>
<entry><literal>domain_schema</literal</entry>
<entry><literal>domain_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the domain</entry>
<entry>Name of the schema that contains the domain</entry>
</row>
</row>
<row>
<row>
<entry><literal>domain_name</literal</entry>
<entry><literal>domain_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the domain</entry>
<entry>Name of the domain</entry>
</row>
</row>
...
@@ -1231,13 +1231,13 @@
...
@@ -1231,13 +1231,13 @@
</row>
</row>
<row>
<row>
<entry><literal>domain_schema</literal</entry>
<entry><literal>domain_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the domain</entry>
<entry>Name of the schema that contains the domain</entry>
</row>
</row>
<row>
<row>
<entry><literal>domain_name</literal</entry>
<entry><literal>domain_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the domain</entry>
<entry>Name of the domain</entry>
</row>
</row>
...
@@ -1488,7 +1488,7 @@ ORDER BY c.ordinal_position;
...
@@ -1488,7 +1488,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>object_schema</literal</entry>
<entry><literal>object_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
Name of the schema that contains the object that uses the array
Name of the schema that contains the object that uses the array
...
@@ -1497,7 +1497,7 @@ ORDER BY c.ordinal_position;
...
@@ -1497,7 +1497,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>object_name</literal</entry>
<entry><literal>object_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
Name of the object that uses the array being described
Name of the object that uses the array being described
...
@@ -1505,7 +1505,7 @@ ORDER BY c.ordinal_position;
...
@@ -1505,7 +1505,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>object_type</literal</entry>
<entry><literal>object_type</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>
<entry>
The type of the object that uses the array being described: one
The type of the object that uses the array being described: one
...
@@ -1517,7 +1517,7 @@ ORDER BY c.ordinal_position;
...
@@ -1517,7 +1517,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>array_type_identifier</literal</entry>
<entry><literal>array_type_identifier</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
The identifier of the data type descriptor of the array being
The identifier of the data type descriptor of the array being
...
@@ -1758,13 +1758,13 @@ ORDER BY c.ordinal_position;
...
@@ -1758,13 +1758,13 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>constraint_schema</literal</entry>
<entry><literal>constraint_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the constraint</entry>
<entry>Name of the schema that contains the constraint</entry>
</row>
</row>
<row>
<row>
<entry><literal>constraint_name</literal</entry>
<entry><literal>constraint_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the constraint</entry>
<entry>Name of the constraint</entry>
</row>
</row>
...
@@ -1780,7 +1780,7 @@ ORDER BY c.ordinal_position;
...
@@ -1780,7 +1780,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>table_schema</literal</entry>
<entry><literal>table_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
Name of the schema that contains the table that contains the
Name of the schema that contains the table that contains the
...
@@ -1789,7 +1789,7 @@ ORDER BY c.ordinal_position;
...
@@ -1789,7 +1789,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>table_name</literal</entry>
<entry><literal>table_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
Name of the table that contains the column that is restricted
Name of the table that contains the column that is restricted
...
@@ -1798,7 +1798,7 @@ ORDER BY c.ordinal_position;
...
@@ -1798,7 +1798,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>column_name</literal</entry>
<entry><literal>column_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
Name of the column that is restricted by some constraint
Name of the column that is restricted by some constraint
...
@@ -1806,7 +1806,7 @@ ORDER BY c.ordinal_position;
...
@@ -1806,7 +1806,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>ordinal_position</literal</entry>
<entry><literal>ordinal_position</literal
>
</entry>
<entry><type>cardinal_number</type></entry>
<entry><type>cardinal_number</type></entry>
<entry>
<entry>
Ordinal position of the column within the constraint key (count
Ordinal position of the column within the constraint key (count
...
@@ -2196,7 +2196,7 @@ ORDER BY c.ordinal_position;
...
@@ -2196,7 +2196,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>grantee</literal</entry>
<entry><literal>grantee</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the group that the privilege was granted to</entry>
<entry>Name of the group that the privilege was granted to</entry>
</row>
</row>
...
@@ -2208,25 +2208,25 @@ ORDER BY c.ordinal_position;
...
@@ -2208,25 +2208,25 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>table_schema</literal</entry>
<entry><literal>table_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the table that contains the column</entry>
<entry>Name of the schema that contains the table that contains the column</entry>
</row>
</row>
<row>
<row>
<entry><literal>table_name</literal</entry>
<entry><literal>table_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the table that contains the column</entry>
<entry>Name of the table that contains the column</entry>
</row>
</row>
<row>
<row>
<entry><literal>column_name</literal</entry>
<entry><literal>column_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the column</entry>
<entry>Name of the column</entry>
</row>
</row>
<row>
<row>
<entry><literal>privilege_type</literal</entry>
<entry><literal>privilege_type</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>
<entry>
Type of the privilege: <literal>SELECT</literal>,
Type of the privilege: <literal>SELECT</literal>,
...
@@ -2275,7 +2275,7 @@ ORDER BY c.ordinal_position;
...
@@ -2275,7 +2275,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>grantee</literal</entry>
<entry><literal>grantee</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the group that the privilege was granted to</entry>
<entry>Name of the group that the privilege was granted to</entry>
</row>
</row>
...
@@ -2320,7 +2320,7 @@ ORDER BY c.ordinal_position;
...
@@ -2320,7 +2320,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>privilege_type</literal</entry>
<entry><literal>privilege_type</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>Always <literal>EXECUTE</literal> (the only privilege type for functions)</entry>
<entry>Always <literal>EXECUTE</literal> (the only privilege type for functions)</entry>
</row>
</row>
...
@@ -2365,7 +2365,7 @@ ORDER BY c.ordinal_position;
...
@@ -2365,7 +2365,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>grantee</literal</entry>
<entry><literal>grantee</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the group that the privilege was granted to</entry>
<entry>Name of the group that the privilege was granted to</entry>
</row>
</row>
...
@@ -2377,19 +2377,19 @@ ORDER BY c.ordinal_position;
...
@@ -2377,19 +2377,19 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>table_schema</literal</entry>
<entry><literal>table_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the table</entry>
<entry>Name of the schema that contains the table</entry>
</row>
</row>
<row>
<row>
<entry><literal>table_name</literal</entry>
<entry><literal>table_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the table</entry>
<entry>Name of the table</entry>
</row>
</row>
<row>
<row>
<entry><literal>privilege_type</literal</entry>
<entry><literal>privilege_type</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>
<entry>
Type of the privilege: <literal>SELECT</literal>,
Type of the privilege: <literal>SELECT</literal>,
...
@@ -2449,7 +2449,7 @@ ORDER BY c.ordinal_position;
...
@@ -2449,7 +2449,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>grantee</literal</entry>
<entry><literal>grantee</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>In the future, the name of the group that the privilege was granted to</entry>
<entry>In the future, the name of the group that the privilege was granted to</entry>
</row>
</row>
...
@@ -2479,7 +2479,7 @@ ORDER BY c.ordinal_position;
...
@@ -2479,7 +2479,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>privilege_type</literal</entry>
<entry><literal>privilege_type</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>Always <literal>USAGE</literal></entry>
<entry>Always <literal>USAGE</literal></entry>
</row>
</row>
...
@@ -2525,7 +2525,7 @@ ORDER BY c.ordinal_position;
...
@@ -2525,7 +2525,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>grantee</literal</entry>
<entry><literal>grantee</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the user or group that the privilege was granted to</entry>
<entry>Name of the user or group that the privilege was granted to</entry>
</row>
</row>
...
@@ -2570,7 +2570,7 @@ ORDER BY c.ordinal_position;
...
@@ -2570,7 +2570,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>privilege_type</literal</entry>
<entry><literal>privilege_type</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>Always <literal>EXECUTE</literal> (the only privilege type for functions)</entry>
<entry>Always <literal>EXECUTE</literal> (the only privilege type for functions)</entry>
</row>
</row>
...
@@ -3527,13 +3527,13 @@ ORDER BY c.ordinal_position;
...
@@ -3527,13 +3527,13 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>constraint_schema</literal</entry>
<entry><literal>constraint_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the constraint</entry>
<entry>Name of the schema that contains the constraint</entry>
</row>
</row>
<row>
<row>
<entry><literal>constraint_name</literal</entry>
<entry><literal>constraint_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the constraint</entry>
<entry>Name of the constraint</entry>
</row>
</row>
...
@@ -3545,19 +3545,19 @@ ORDER BY c.ordinal_position;
...
@@ -3545,19 +3545,19 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>table_schema</literal</entry>
<entry><literal>table_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the table</entry>
<entry>Name of the schema that contains the table</entry>
</row>
</row>
<row>
<row>
<entry><literal>table_name</literal</entry>
<entry><literal>table_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the table</entry>
<entry>Name of the table</entry>
</row>
</row>
<row>
<row>
<entry><literal>constraint_type</literal</entry>
<entry><literal>constraint_type</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>
<entry>
Type of the constraint: <literal>CHECK</literal>,
Type of the constraint: <literal>CHECK</literal>,
...
@@ -3613,7 +3613,7 @@ ORDER BY c.ordinal_position;
...
@@ -3613,7 +3613,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>grantee</literal</entry>
<entry><literal>grantee</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the user or group that the privilege was granted to</entry>
<entry>Name of the user or group that the privilege was granted to</entry>
</row>
</row>
...
@@ -3625,19 +3625,19 @@ ORDER BY c.ordinal_position;
...
@@ -3625,19 +3625,19 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>table_schema</literal</entry>
<entry><literal>table_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the table</entry>
<entry>Name of the schema that contains the table</entry>
</row>
</row>
<row>
<row>
<entry><literal>table_name</literal</entry>
<entry><literal>table_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the table</entry>
<entry>Name of the table</entry>
</row>
</row>
<row>
<row>
<entry><literal>privilege_type</literal</entry>
<entry><literal>privilege_type</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>
<entry>
Type of the privilege: <literal>SELECT</literal>,
Type of the privilege: <literal>SELECT</literal>,
...
@@ -3701,19 +3701,19 @@ ORDER BY c.ordinal_position;
...
@@ -3701,19 +3701,19 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>table_schema</literal</entry>
<entry><literal>table_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the table</entry>
<entry>Name of the schema that contains the table</entry>
</row>
</row>
<row>
<row>
<entry><literal>table_name</literal</entry>
<entry><literal>table_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the table</entry>
<entry>Name of the table</entry>
</row>
</row>
<row>
<row>
<entry><literal>table_type</literal</entry>
<entry><literal>table_type</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>
<entry>
Type of the table: <literal>BASE TABLE</literal> for a
Type of the table: <literal>BASE TABLE</literal> for a
...
@@ -3786,19 +3786,19 @@ ORDER BY c.ordinal_position;
...
@@ -3786,19 +3786,19 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>trigger_schema</literal</entry>
<entry><literal>trigger_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the trigger</entry>
<entry>Name of the schema that contains the trigger</entry>
</row>
</row>
<row>
<row>
<entry><literal>trigger_name</literal</entry>
<entry><literal>trigger_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the trigger</entry>
<entry>Name of the trigger</entry>
</row>
</row>
<row>
<row>
<entry><literal>event_manipulation</literal</entry>
<entry><literal>event_manipulation</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>
<entry>
Event that fires the trigger (<literal>INSERT</literal>,
Event that fires the trigger (<literal>INSERT</literal>,
...
@@ -3816,31 +3816,31 @@ ORDER BY c.ordinal_position;
...
@@ -3816,31 +3816,31 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>event_object_schema</literal</entry>
<entry><literal>event_object_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the table that the trigger is defined on</entry>
<entry>Name of the schema that contains the table that the trigger is defined on</entry>
</row>
</row>
<row>
<row>
<entry><literal>event_object_name</literal</entry>
<entry><literal>event_object_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the table that the trigger is defined on</entry>
<entry>Name of the table that the trigger is defined on</entry>
</row>
</row>
<row>
<row>
<entry><literal>action_order</literal</entry>
<entry><literal>action_order</literal
>
</entry>
<entry><type>cardinal_number</type></entry>
<entry><type>cardinal_number</type></entry>
<entry>Not yet implemented</entry>
<entry>Not yet implemented</entry>
</row>
</row>
<row>
<row>
<entry><literal>action_condition</literal</entry>
<entry><literal>action_condition</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
</row>
</row>
<row>
<row>
<entry><literal>action_statement</literal</entry>
<entry><literal>action_statement</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>
<entry>
Statement that is executed by the trigger (currently always
Statement that is executed by the trigger (currently always
...
@@ -3850,7 +3850,7 @@ ORDER BY c.ordinal_position;
...
@@ -3850,7 +3850,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>action_orientation</literal</entry>
<entry><literal>action_orientation</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>
<entry>
Identifies whether the trigger fires once for each processed
Identifies whether the trigger fires once for each processed
...
@@ -3860,7 +3860,7 @@ ORDER BY c.ordinal_position;
...
@@ -3860,7 +3860,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>condition_timing</literal</entry>
<entry><literal>condition_timing</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>
<entry>
Time at which the trigger fires (<literal>BEFORE</literal> or
Time at which the trigger fires (<literal>BEFORE</literal> or
...
@@ -3869,13 +3869,13 @@ ORDER BY c.ordinal_position;
...
@@ -3869,13 +3869,13 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>condition_reference_old_table</literal</entry>
<entry><literal>condition_reference_old_table</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
</row>
</row>
<row>
<row>
<entry><literal>condition_reference_new_table</literal</entry>
<entry><literal>condition_reference_new_table</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
<entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
</row>
</row>
...
@@ -3945,7 +3945,7 @@ ORDER BY c.ordinal_position;
...
@@ -3945,7 +3945,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>grantee</literal</entry>
<entry><literal>grantee</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Currently always <literal>PUBLIC</literal></entry>
<entry>Currently always <literal>PUBLIC</literal></entry>
</row>
</row>
...
@@ -3975,7 +3975,7 @@ ORDER BY c.ordinal_position;
...
@@ -3975,7 +3975,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>privilege_type</literal</entry>
<entry><literal>privilege_type</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>Always <literal>USAGE</literal></entry>
<entry>Always <literal>USAGE</literal></entry>
</row>
</row>
...
@@ -4028,13 +4028,13 @@ ORDER BY c.ordinal_position;
...
@@ -4028,13 +4028,13 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>view_schema</literal</entry>
<entry><literal>view_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the view</entry>
<entry>Name of the schema that contains the view</entry>
</row>
</row>
<row>
<row>
<entry><literal>view_name</literal</entry>
<entry><literal>view_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the view</entry>
<entry>Name of the view</entry>
</row>
</row>
...
@@ -4049,7 +4049,7 @@ ORDER BY c.ordinal_position;
...
@@ -4049,7 +4049,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>table_schema</literal</entry>
<entry><literal>table_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
Name of the schema that contains the table that contains the
Name of the schema that contains the table that contains the
...
@@ -4058,7 +4058,7 @@ ORDER BY c.ordinal_position;
...
@@ -4058,7 +4058,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>table_name</literal</entry>
<entry><literal>table_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
Name of the table that contains the column that is used by the
Name of the table that contains the column that is used by the
...
@@ -4067,7 +4067,7 @@ ORDER BY c.ordinal_position;
...
@@ -4067,7 +4067,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>column_name</literal</entry>
<entry><literal>column_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the column that is used by the view</entry>
<entry>Name of the column that is used by the view</entry>
</row>
</row>
...
@@ -4113,13 +4113,13 @@ ORDER BY c.ordinal_position;
...
@@ -4113,13 +4113,13 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>view_schema</literal</entry>
<entry><literal>view_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the view</entry>
<entry>Name of the schema that contains the view</entry>
</row>
</row>
<row>
<row>
<entry><literal>view_name</literal</entry>
<entry><literal>view_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the view</entry>
<entry>Name of the view</entry>
</row>
</row>
...
@@ -4134,7 +4134,7 @@ ORDER BY c.ordinal_position;
...
@@ -4134,7 +4134,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>table_schema</literal</entry>
<entry><literal>table_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
Name of the schema that contains the table that is used by the
Name of the schema that contains the table that is used by the
...
@@ -4143,7 +4143,7 @@ ORDER BY c.ordinal_position;
...
@@ -4143,7 +4143,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>table_name</literal</entry>
<entry><literal>table_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>
<entry>
Name of the table that is used by the view
Name of the table that is used by the view
...
@@ -4183,19 +4183,19 @@ ORDER BY c.ordinal_position;
...
@@ -4183,19 +4183,19 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>table_schema</literal</entry>
<entry><literal>table_schema</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the schema that contains the view</entry>
<entry>Name of the schema that contains the view</entry>
</row>
</row>
<row>
<row>
<entry><literal>table_name</literal</entry>
<entry><literal>table_name</literal
>
</entry>
<entry><type>sql_identifier</type></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the view</entry>
<entry>Name of the view</entry>
</row>
</row>
<row>
<row>
<entry><literal>view definition</literal</entry>
<entry><literal>view definition</literal
>
</entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>
<entry>
Query expression defining the view (null if the current user is
Query expression defining the view (null if the current user is
...
...
doc/src/sgml/libpgtcl.sgml
View file @
fd015c5c
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/libpgtcl.sgml,v 1.4
0 2003/11/29 19:51:37 pgsql
Exp $
$PostgreSQL: pgsql/doc/src/sgml/libpgtcl.sgml,v 1.4
1 2004/02/29 15:36:46 neilc
Exp $
-->
-->
<chapter id="pgtcl">
<chapter id="pgtcl">
...
@@ -205,7 +205,7 @@ load libpgtcl[info sharedlibextension]
...
@@ -205,7 +205,7 @@ load libpgtcl[info sharedlibextension]
<refsynopsisdiv>
<refsynopsisdiv>
<synopsis>
<synopsis>
pg_connect -conninfo <parameter>connectOptions</parameter>
pg_connect -conninfo <parameter>connectOptions</parameter>
pg_connect <parameter>dbName</parameter> <optional role="tcl">-host <parameter>hostName</parameter></optional> <optional role="tcl">-port <parameter>portNumber</parameter></optional> <optional role="tcl">-tty <parameter>tty</parameter</optional> <optional role="tcl">-options <parameter>serverOptions</parameter></optional>
pg_connect <parameter>dbName</parameter> <optional role="tcl">-host <parameter>hostName</parameter></optional> <optional role="tcl">-port <parameter>portNumber</parameter></optional> <optional role="tcl">-tty <parameter>tty</parameter
>
</optional> <optional role="tcl">-options <parameter>serverOptions</parameter></optional>
</synopsis>
</synopsis>
</refsynopsisdiv>
</refsynopsisdiv>
...
@@ -481,7 +481,7 @@ pg_exec <parameter>conn</parameter> <parameter>commandString</parameter>
...
@@ -481,7 +481,7 @@ pg_exec <parameter>conn</parameter> <parameter>commandString</parameter>
<function>pg_result</function> to obtain the results of the
<function>pg_result</function> to obtain the results of the
command.
command.
</para>
</para>
</refsect1
</refsect1
>
</refentry>
</refentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment