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
2c50f634
Commit
2c50f634
authored
May 18, 2002
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revise command completion tags as per hackers message on 20 March.
parent
e8ac187c
Changes
33
Show whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
140 additions
and
92 deletions
+140
-92
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/alter_table.sgml
+2
-2
doc/src/sgml/ref/alter_trigger.sgml
doc/src/sgml/ref/alter_trigger.sgml
+1
-1
doc/src/sgml/ref/close.sgml
doc/src/sgml/ref/close.sgml
+2
-2
doc/src/sgml/ref/create_aggregate.sgml
doc/src/sgml/ref/create_aggregate.sgml
+2
-2
doc/src/sgml/ref/create_constraint.sgml
doc/src/sgml/ref/create_constraint.sgml
+2
-2
doc/src/sgml/ref/create_index.sgml
doc/src/sgml/ref/create_index.sgml
+2
-2
doc/src/sgml/ref/create_language.sgml
doc/src/sgml/ref/create_language.sgml
+2
-2
doc/src/sgml/ref/create_operator.sgml
doc/src/sgml/ref/create_operator.sgml
+2
-2
doc/src/sgml/ref/create_rule.sgml
doc/src/sgml/ref/create_rule.sgml
+2
-2
doc/src/sgml/ref/create_schema.sgml
doc/src/sgml/ref/create_schema.sgml
+2
-2
doc/src/sgml/ref/create_sequence.sgml
doc/src/sgml/ref/create_sequence.sgml
+2
-2
doc/src/sgml/ref/create_table.sgml
doc/src/sgml/ref/create_table.sgml
+2
-2
doc/src/sgml/ref/create_trigger.sgml
doc/src/sgml/ref/create_trigger.sgml
+2
-2
doc/src/sgml/ref/create_type.sgml
doc/src/sgml/ref/create_type.sgml
+2
-2
doc/src/sgml/ref/create_view.sgml
doc/src/sgml/ref/create_view.sgml
+2
-2
doc/src/sgml/ref/declare.sgml
doc/src/sgml/ref/declare.sgml
+2
-2
doc/src/sgml/ref/drop_aggregate.sgml
doc/src/sgml/ref/drop_aggregate.sgml
+2
-2
doc/src/sgml/ref/drop_domain.sgml
doc/src/sgml/ref/drop_domain.sgml
+2
-2
doc/src/sgml/ref/drop_function.sgml
doc/src/sgml/ref/drop_function.sgml
+2
-2
doc/src/sgml/ref/drop_index.sgml
doc/src/sgml/ref/drop_index.sgml
+2
-2
doc/src/sgml/ref/drop_language.sgml
doc/src/sgml/ref/drop_language.sgml
+2
-2
doc/src/sgml/ref/drop_operator.sgml
doc/src/sgml/ref/drop_operator.sgml
+2
-2
doc/src/sgml/ref/drop_rule.sgml
doc/src/sgml/ref/drop_rule.sgml
+2
-2
doc/src/sgml/ref/drop_sequence.sgml
doc/src/sgml/ref/drop_sequence.sgml
+2
-2
doc/src/sgml/ref/drop_table.sgml
doc/src/sgml/ref/drop_table.sgml
+2
-2
doc/src/sgml/ref/drop_trigger.sgml
doc/src/sgml/ref/drop_trigger.sgml
+2
-2
doc/src/sgml/ref/drop_type.sgml
doc/src/sgml/ref/drop_type.sgml
+2
-2
doc/src/sgml/ref/drop_view.sgml
doc/src/sgml/ref/drop_view.sgml
+2
-2
doc/src/sgml/ref/rollback.sgml
doc/src/sgml/ref/rollback.sgml
+2
-2
doc/src/sgml/ref/set.sgml
doc/src/sgml/ref/set.sgml
+2
-2
doc/src/sgml/ref/truncate.sgml
doc/src/sgml/ref/truncate.sgml
+2
-2
src/backend/tcop/postgres.c
src/backend/tcop/postgres.c
+77
-29
src/backend/tcop/pquery.c
src/backend/tcop/pquery.c
+2
-2
No files found.
doc/src/sgml/ref/alter_table.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.4
4 2002/04/24 02:40:45 momjian
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.4
5 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -141,7 +141,7 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
...
@@ -141,7 +141,7 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>ALTER</computeroutput></term>
<term><computeroutput>ALTER
TABLE
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
Message returned from column or table renaming.
Message returned from column or table renaming.
...
...
doc/src/sgml/ref/alter_trigger.sgml
View file @
2c50f634
...
@@ -78,7 +78,7 @@ ALTER TRIGGER <replaceable class="PARAMETER">trigger</replaceable> ON <replaceab
...
@@ -78,7 +78,7 @@ ALTER TRIGGER <replaceable class="PARAMETER">trigger</replaceable> ON <replaceab
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>ALTER</computeroutput></term>
<term><computeroutput>ALTER
TRIGGER
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
Message returned from trigger renaming.
Message returned from trigger renaming.
...
...
doc/src/sgml/ref/close.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/close.sgml,v 1.1
2 2002/04/21 19:02:39 thomas
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/close.sgml,v 1.1
3 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -58,7 +58,7 @@ CLOSE <replaceable class="PARAMETER">cursor</replaceable>
...
@@ -58,7 +58,7 @@ CLOSE <replaceable class="PARAMETER">cursor</replaceable>
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
CLOSE
CLOSE
CURSOR
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/create_aggregate.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.
19 2002/04/23 02:07:15 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.
20 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -134,7 +134,7 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( BASETYPE =
...
@@ -134,7 +134,7 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( BASETYPE =
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
CREATE
CREATE
AGGREGATE
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/create_constraint.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_constraint.sgml,v 1.
7 2002/04/23 02:07:15 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_constraint.sgml,v 1.
8 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -101,7 +101,7 @@ CREATE CONSTRAINT TRIGGER <replaceable class="parameter">name</replaceable>
...
@@ -101,7 +101,7 @@ CREATE CONSTRAINT TRIGGER <replaceable class="parameter">name</replaceable>
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
CREATE
CONSTRAINT
CREATE
TRIGGER
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/create_index.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_index.sgml,v 1.3
0 2002/04/23 02:07:15 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_index.sgml,v 1.3
1 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -174,7 +174,7 @@ CREATE [ UNIQUE ] INDEX <replaceable class="parameter">index_name</replaceable>
...
@@ -174,7 +174,7 @@ CREATE [ UNIQUE ] INDEX <replaceable class="parameter">index_name</replaceable>
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
CREATE
CREATE
INDEX
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/create_language.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_language.sgml,v 1.2
2 2002/04/21 19:02:39 thomas
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_language.sgml,v 1.2
3 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -125,7 +125,7 @@ CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE <replaceable class="parameter">langna
...
@@ -125,7 +125,7 @@ CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE <replaceable class="parameter">langna
<msgmain>
<msgmain>
<msgtext>
<msgtext>
<screen>
<screen>
CREATE
CREATE
LANGUAGE
</screen>
</screen>
</msgtext>
</msgtext>
</msgmain>
</msgmain>
...
...
doc/src/sgml/ref/create_operator.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.2
8 2002/04/23 02:07:15 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.2
9 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -176,7 +176,7 @@ CREATE OPERATOR <replaceable>name</replaceable> ( PROCEDURE = <replaceable class
...
@@ -176,7 +176,7 @@ CREATE OPERATOR <replaceable>name</replaceable> ( PROCEDURE = <replaceable class
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
CREATE
CREATE
OPERATOR
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/create_rule.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.3
5 2002/04/19 23:13:53 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.3
6 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -121,7 +121,7 @@ NOTHING
...
@@ -121,7 +121,7 @@ NOTHING
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
CREATE
CREATE
RULE
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/create_schema.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_schema.sgml,v 1.
1 2002/04/25 21:47:07 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_schema.sgml,v 1.
2 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -75,7 +75,7 @@ CREATE SCHEMA AUTHORIZATION <replaceable class="parameter">username</replaceable
...
@@ -75,7 +75,7 @@ CREATE SCHEMA AUTHORIZATION <replaceable class="parameter">username</replaceable
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
CREATE
CREATE
SCHEMA
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/create_sequence.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.2
7 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.2
8 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -161,7 +161,7 @@ CREATE [ TEMPORARY | TEMP ] SEQUENCE <replaceable class="parameter">seqname</rep
...
@@ -161,7 +161,7 @@ CREATE [ TEMPORARY | TEMP ] SEQUENCE <replaceable class="parameter">seqname</rep
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
CREATE
CREATE
SEQUENCE
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/create_table.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.5
4 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.5
5 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -503,7 +503,7 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
...
@@ -503,7 +503,7 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
<msg>
<msg>
<msgmain>
<msgmain>
<msgtext>
<msgtext>
<simpara><computeroutput>CREATE</computeroutput></simpara>
<simpara><computeroutput>CREATE
TABLE
</computeroutput></simpara>
</msgtext>
</msgtext>
</msgmain>
</msgmain>
</msg>
</msg>
...
...
doc/src/sgml/ref/create_trigger.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.2
5 2002/04/24 02:49:50 momjian
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.2
6 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -98,7 +98,7 @@ CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTE
...
@@ -98,7 +98,7 @@ CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTE
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
CREATE
CREATE
TRIGGER
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/create_type.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.2
8 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.2
9 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -186,7 +186,7 @@ CREATE TYPE <replaceable class="parameter">typename</replaceable> ( INPUT = <rep
...
@@ -186,7 +186,7 @@ CREATE TYPE <replaceable class="parameter">typename</replaceable> ( INPUT = <rep
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
CREATE
CREATE
TYPE
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/create_view.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_view.sgml,v 1.1
7 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_view.sgml,v 1.1
8 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -81,7 +81,7 @@ class="PARAMETER">column name list</replaceable> ) ] AS SELECT <replaceable clas
...
@@ -81,7 +81,7 @@ class="PARAMETER">column name list</replaceable> ) ] AS SELECT <replaceable clas
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
CREATE
CREATE
VIEW
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/declare.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v 1.1
7 2002/04/21 19:02:39 thomas
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v 1.1
8 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -140,7 +140,7 @@ DECLARE <replaceable class="parameter">cursorname</replaceable> [ BINARY ] [ INS
...
@@ -140,7 +140,7 @@ DECLARE <replaceable class="parameter">cursorname</replaceable> [ BINARY ] [ INS
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
SELECT
DECLARE CURSOR
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/drop_aggregate.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_aggregate.sgml,v 1.1
7 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_aggregate.sgml,v 1.1
8 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -69,7 +69,7 @@ DROP AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( <replaceable
...
@@ -69,7 +69,7 @@ DROP AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( <replaceable
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
DROP
DROP
AGGREGATE
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/drop_domain.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_domain.sgml,v 1.
5 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_domain.sgml,v 1.
6 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -77,7 +77,7 @@ DROP DOMAIN <replaceable class="PARAMETER">domainname</replaceable> [, ...] [ C
...
@@ -77,7 +77,7 @@ DROP DOMAIN <replaceable class="PARAMETER">domainname</replaceable> [, ...] [ C
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
DROP
DROP
DOMAIN
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/drop_function.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_function.sgml,v 1.
19 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_function.sgml,v 1.
20 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -65,7 +65,7 @@ DROP FUNCTION <replaceable class="parameter">name</replaceable> ( [ <replaceable
...
@@ -65,7 +65,7 @@ DROP FUNCTION <replaceable class="parameter">name</replaceable> ( [ <replaceable
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
DROP
DROP
FUNCTION
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/drop_index.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_index.sgml,v 1.1
4 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_index.sgml,v 1.1
5 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -56,7 +56,7 @@ DROP INDEX <replaceable class="PARAMETER">index_name</replaceable> [, ...]
...
@@ -56,7 +56,7 @@ DROP INDEX <replaceable class="PARAMETER">index_name</replaceable> [, ...]
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
DROP
DROP
INDEX
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/drop_language.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_language.sgml,v 1.1
3 2001/12/08 03:24:36 thomas
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_language.sgml,v 1.1
4 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -58,7 +58,7 @@ DROP [ PROCEDURAL ] LANGUAGE <replaceable class="PARAMETER">name</replaceable>
...
@@ -58,7 +58,7 @@ DROP [ PROCEDURAL ] LANGUAGE <replaceable class="PARAMETER">name</replaceable>
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
DROP
DROP
LANGUAGE
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/drop_operator.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_operator.sgml,v 1.1
5 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_operator.sgml,v 1.1
6 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -76,7 +76,7 @@ DROP OPERATOR <replaceable class="PARAMETER">id</replaceable> ( <replaceable cla
...
@@ -76,7 +76,7 @@ DROP OPERATOR <replaceable class="PARAMETER">id</replaceable> ( <replaceable cla
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
DROP
DROP
OPERATOR
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/drop_rule.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_rule.sgml,v 1.1
4 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_rule.sgml,v 1.1
5 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -65,7 +65,7 @@ DROP RULE <replaceable class="PARAMETER">name</replaceable> ON <replaceable clas
...
@@ -65,7 +65,7 @@ DROP RULE <replaceable class="PARAMETER">name</replaceable> ON <replaceable clas
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
DROP
DROP
RULE
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/drop_sequence.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_sequence.sgml,v 1.1
3 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_sequence.sgml,v 1.1
4 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -57,7 +57,7 @@ DROP SEQUENCE <replaceable class="PARAMETER">name</replaceable> [, ...]
...
@@ -57,7 +57,7 @@ DROP SEQUENCE <replaceable class="PARAMETER">name</replaceable> [, ...]
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
DROP
DROP
SEQUENCE
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/drop_table.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.1
4 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.1
5 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -56,7 +56,7 @@ DROP TABLE <replaceable class="PARAMETER">name</replaceable> [, ...]
...
@@ -56,7 +56,7 @@ DROP TABLE <replaceable class="PARAMETER">name</replaceable> [, ...]
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
DROP
DROP
TABLE
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/drop_trigger.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_trigger.sgml,v 1.1
1 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_trigger.sgml,v 1.1
2 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -66,7 +66,7 @@ DROP TRIGGER <replaceable class="PARAMETER">name</replaceable> ON <replaceable c
...
@@ -66,7 +66,7 @@ DROP TRIGGER <replaceable class="PARAMETER">name</replaceable> ON <replaceable c
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
DROP
DROP
TRIGGER
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/drop_type.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_type.sgml,v 1.1
6 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_type.sgml,v 1.1
7 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -56,7 +56,7 @@ DROP TYPE <replaceable class="PARAMETER">typename</replaceable> [, ...]
...
@@ -56,7 +56,7 @@ DROP TYPE <replaceable class="PARAMETER">typename</replaceable> [, ...]
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
DROP
DROP
TYPE
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/drop_view.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_view.sgml,v 1.1
3 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_view.sgml,v 1.1
4 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -58,7 +58,7 @@ DROP VIEW <replaceable class="PARAMETER">name</replaceable> [, ...]
...
@@ -58,7 +58,7 @@ DROP VIEW <replaceable class="PARAMETER">name</replaceable> [, ...]
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
DROP
DROP
VIEW
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/rollback.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/rollback.sgml,v 1.1
2 2002/04/21 19:02:39 thomas
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/rollback.sgml,v 1.1
3 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -48,7 +48,7 @@ ROLLBACK [ WORK | TRANSACTION ]
...
@@ -48,7 +48,7 @@ ROLLBACK [ WORK | TRANSACTION ]
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
ABORT
ROLLBACK
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
doc/src/sgml/ref/set.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.6
0 2002/05/17 01:19:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.6
1 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -401,7 +401,7 @@ SELECT setseed(<replaceable>value</replaceable>);
...
@@ -401,7 +401,7 @@ SELECT setseed(<replaceable>value</replaceable>);
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>SET
VARIABLE
</computeroutput></term>
<term><computeroutput>SET</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
Message returned if successful.
Message returned if successful.
...
...
doc/src/sgml/ref/truncate.sgml
View file @
2c50f634
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/truncate.sgml,v 1.
7 2002/04/23 02:07:16 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/truncate.sgml,v 1.
8 2002/05/18 15:44:47 petere
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -58,7 +58,7 @@ TRUNCATE [ TABLE ] <replaceable class="PARAMETER">name</replaceable>
...
@@ -58,7 +58,7 @@ TRUNCATE [ TABLE ] <replaceable class="PARAMETER">name</replaceable>
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><computeroutput>
<term><computeroutput>
TRUNCATE
TRUNCATE
TABLE
</computeroutput></term>
</computeroutput></term>
<listitem>
<listitem>
<para>
<para>
...
...
src/backend/tcop/postgres.c
View file @
2c50f634
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.26
6 2002/05/17 18:32:52
petere Exp $
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.26
7 2002/05/18 15:44:47
petere Exp $
*
*
* NOTES
* NOTES
* this is the "main" module of the postgres backend and
* this is the "main" module of the postgres backend and
...
@@ -1688,7 +1688,7 @@ PostgresMain(int argc, char *argv[], const char *username)
...
@@ -1688,7 +1688,7 @@ PostgresMain(int argc, char *argv[], const char *username)
if
(
!
IsUnderPostmaster
)
if
(
!
IsUnderPostmaster
)
{
{
puts
(
"
\n
POSTGRES backend interactive interface "
);
puts
(
"
\n
POSTGRES backend interactive interface "
);
puts
(
"$Revision: 1.26
6 $ $Date: 2002/05/17 18:32:52
$
\n
"
);
puts
(
"$Revision: 1.26
7 $ $Date: 2002/05/18 15:44:47
$
\n
"
);
}
}
/*
/*
...
@@ -2168,7 +2168,7 @@ CreateCommandTag(Node *parsetree)
...
@@ -2168,7 +2168,7 @@ CreateCommandTag(Node *parsetree)
break
;
break
;
case
T_ClosePortalStmt
:
case
T_ClosePortalStmt
:
tag
=
"CLOSE"
;
tag
=
"CLOSE
CURSOR
"
;
break
;
break
;
case
T_FetchStmt
:
case
T_FetchStmt
:
...
@@ -2183,19 +2183,41 @@ CreateCommandTag(Node *parsetree)
...
@@ -2183,19 +2183,41 @@ CreateCommandTag(Node *parsetree)
break
;
break
;
case
T_CreateSchemaStmt
:
case
T_CreateSchemaStmt
:
tag
=
"CREATE"
;
tag
=
"CREATE
SCHEMA
"
;
break
;
break
;
case
T_CreateStmt
:
case
T_CreateStmt
:
tag
=
"CREATE"
;
tag
=
"CREATE
TABLE
"
;
break
;
break
;
case
T_DropStmt
:
case
T_DropStmt
:
tag
=
"DROP"
;
switch
(((
DropStmt
*
)
parsetree
)
->
removeType
)
{
case
DROP_TABLE
:
tag
=
"DROP TABLE"
;
break
;
case
DROP_SEQUENCE
:
tag
=
"DROP SEQUENCE"
;
break
;
case
DROP_VIEW
:
tag
=
"DROP VIEW"
;
break
;
case
DROP_INDEX
:
tag
=
"DROP INDEX"
;
break
;
case
DROP_TYPE
:
tag
=
"DROP TYPE"
;
break
;
case
DROP_DOMAIN
:
tag
=
"DROP DOMAIN"
;
break
;
default:
tag
=
"???"
;
}
break
;
break
;
case
T_TruncateStmt
:
case
T_TruncateStmt
:
tag
=
"TRUNCATE"
;
tag
=
"TRUNCATE
TABLE
"
;
break
;
break
;
case
T_CommentStmt
:
case
T_CommentStmt
:
...
@@ -2207,11 +2229,14 @@ CreateCommandTag(Node *parsetree)
...
@@ -2207,11 +2229,14 @@ CreateCommandTag(Node *parsetree)
break
;
break
;
case
T_RenameStmt
:
case
T_RenameStmt
:
tag
=
"ALTER"
;
if
(((
RenameStmt
*
)
parsetree
)
->
renameType
==
RENAME_TRIGGER
)
tag
=
"ALTER TRIGGER"
;
else
tag
=
"ALTER TABLE"
;
break
;
break
;
case
T_AlterTableStmt
:
case
T_AlterTableStmt
:
tag
=
"ALTER"
;
tag
=
"ALTER
TABLE
"
;
break
;
break
;
case
T_GrantStmt
:
case
T_GrantStmt
:
...
@@ -2222,39 +2247,52 @@ CreateCommandTag(Node *parsetree)
...
@@ -2222,39 +2247,52 @@ CreateCommandTag(Node *parsetree)
break
;
break
;
case
T_DefineStmt
:
case
T_DefineStmt
:
tag
=
"CREATE"
;
switch
(((
DefineStmt
*
)
parsetree
)
->
defType
)
{
case
AGGREGATE
:
tag
=
"CREATE AGGREGATE"
;
break
;
case
OPERATOR
:
tag
=
"CREATE OPERATOR"
;
break
;
case
TYPE_P
:
tag
=
"CREATE TYPE"
;
break
;
default:
tag
=
"???"
;
}
break
;
break
;
case
T_ViewStmt
:
/* CREATE VIEW */
case
T_ViewStmt
:
tag
=
"CREATE"
;
tag
=
"CREATE
VIEW
"
;
break
;
break
;
case
T_CreateFunctionStmt
:
/* CREATE FUNCTION */
case
T_CreateFunctionStmt
:
tag
=
"CREATE"
;
tag
=
"CREATE
FUNCTION
"
;
break
;
break
;
case
T_IndexStmt
:
/* CREATE INDEX */
case
T_IndexStmt
:
tag
=
"CREATE"
;
tag
=
"CREATE
INDEX
"
;
break
;
break
;
case
T_RuleStmt
:
/* CREATE RULE */
case
T_RuleStmt
:
tag
=
"CREATE"
;
tag
=
"CREATE
RULE
"
;
break
;
break
;
case
T_CreateSeqStmt
:
case
T_CreateSeqStmt
:
tag
=
"CREATE"
;
tag
=
"CREATE
SEQUENCE
"
;
break
;
break
;
case
T_RemoveAggrStmt
:
case
T_RemoveAggrStmt
:
tag
=
"DROP"
;
tag
=
"DROP
AGGREGATE
"
;
break
;
break
;
case
T_RemoveFuncStmt
:
case
T_RemoveFuncStmt
:
tag
=
"DROP"
;
tag
=
"DROP
FUNCTION
"
;
break
;
break
;
case
T_RemoveOperStmt
:
case
T_RemoveOperStmt
:
tag
=
"DROP"
;
tag
=
"DROP
OPERATOR
"
;
break
;
break
;
case
T_CreatedbStmt
:
case
T_CreatedbStmt
:
...
@@ -2307,31 +2345,41 @@ CreateCommandTag(Node *parsetree)
...
@@ -2307,31 +2345,41 @@ CreateCommandTag(Node *parsetree)
#endif
#endif
case
T_VariableSetStmt
:
case
T_VariableSetStmt
:
tag
=
"SET
VARIABLE
"
;
tag
=
"SET"
;
break
;
break
;
case
T_VariableShowStmt
:
case
T_VariableShowStmt
:
tag
=
"SHOW
VARIABLE
"
;
tag
=
"SHOW"
;
break
;
break
;
case
T_VariableResetStmt
:
case
T_VariableResetStmt
:
tag
=
"RESET
VARIABLE
"
;
tag
=
"RESET"
;
break
;
break
;
case
T_CreateTrigStmt
:
case
T_CreateTrigStmt
:
tag
=
"CREATE"
;
tag
=
"CREATE
TRIGGER
"
;
break
;
break
;
case
T_DropPropertyStmt
:
case
T_DropPropertyStmt
:
tag
=
"DROP"
;
switch
(((
DropPropertyStmt
*
)
parsetree
)
->
removeType
)
{
case
DROP_TRIGGER
:
tag
=
"DROP TRIGGER"
;
break
;
case
DROP_RULE
:
tag
=
"DROP RULE"
;
break
;
default:
tag
=
"???"
;
}
break
;
break
;
case
T_CreatePLangStmt
:
case
T_CreatePLangStmt
:
tag
=
"CREATE"
;
tag
=
"CREATE
LANGUAGE
"
;
break
;
break
;
case
T_DropPLangStmt
:
case
T_DropPLangStmt
:
tag
=
"DROP"
;
tag
=
"DROP
LANGUAGE
"
;
break
;
break
;
case
T_CreateUserStmt
:
case
T_CreateUserStmt
:
...
...
src/backend/tcop/pquery.c
View file @
2c50f634
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.5
2 2002/04/15 05:22:04 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.5
3 2002/05/18 15:44:48 petere
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -227,7 +227,7 @@ ProcessQuery(Query *parsetree,
...
@@ -227,7 +227,7 @@ ProcessQuery(Query *parsetree,
/* Set completion tag. SQL calls this operation DECLARE CURSOR */
/* Set completion tag. SQL calls this operation DECLARE CURSOR */
if
(
completionTag
)
if
(
completionTag
)
strcpy
(
completionTag
,
"DECLARE"
);
strcpy
(
completionTag
,
"DECLARE
CURSOR
"
);
return
;
return
;
}
}
...
...
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