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
3a56b218
Commit
3a56b218
authored
Oct 07, 1996
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update help for alter table. remove EXTEND function.
parent
e8e78f4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
src/bin/psql/psqlHelp.h
src/bin/psql/psqlHelp.h
+2
-5
No files found.
src/bin/psql/psqlHelp.h
View file @
3a56b218
...
...
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: psqlHelp.h,v 1.
5 1996/10/03 15:46:31
momjian Exp $
* $Id: psqlHelp.h,v 1.
6 1996/10/07 02:32:39
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -25,7 +25,7 @@ static struct _helpStruct QL_HELP[] = {
"abort [transaction];"
},
{
"alter table"
,
"add/rename attributes, rename tables"
,
"alter table <class_name> [*] add column <attr> <type>;
\n\t
alter table <class_name> [*] rename [column] <attr1> to <attr2>;
\n\t
alter table <class_name1> rename to <class_name2>"
},
"
\t
alter table <class_name> [*] add column <attr> <type>;
\n\t
alter table <class_name> [*] rename [column] <attr1> to <attr2>;
\n\t
alter table <class_name1> rename to <class_name2>"
},
{
"begin"
,
"begin a new transaction"
,
"begin [transaction|work];"
},
...
...
@@ -125,9 +125,6 @@ static struct _helpStruct QL_HELP[] = {
{
"explain"
,
"explain the query execution plan"
,
"explain [with {cost|full_plan}] <query>"
},
{
"extend index"
,
"extend a partial index"
,
"extend index <indexname> [where <qual>];"
},
{
"fetch"
,
"retrieve tuples from a cursor"
,
"fetch [forward|backward] [<number>|all] [in <cursorname>];"
},
...
...
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