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
87bc5db4
Commit
87bc5db4
authored
Mar 26, 1997
by
Vadim B. Mikheev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'\h create index' shows that multi-column indices are available now.
parent
7d336625
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/bin/psql/psqlHelp.h
src/bin/psql/psqlHelp.h
+2
-2
No files found.
src/bin/psql/psqlHelp.h
View file @
87bc5db4
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: psqlHelp.h,v 1.
9 1996/12/29 19:31:06 momjian
Exp $
* $Id: psqlHelp.h,v 1.
10 1997/03/26 03:01:29 vadim
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -64,7 +64,7 @@ static struct _helpStruct QL_HELP[] = {
...
@@ -64,7 +64,7 @@ static struct _helpStruct QL_HELP[] = {
"create function <function_name> ([<type1>,...<typeN>]) returns <return_type>
\n\t
as '<object_filename>'|'<sql-queries>'
\n\t
language 'c'|'sql'|'internal';"
},
"create function <function_name> ([<type1>,...<typeN>]) returns <return_type>
\n\t
as '<object_filename>'|'<sql-queries>'
\n\t
language 'c'|'sql'|'internal';"
},
{
"create index"
,
{
"create index"
,
"construct an index"
,
"construct an index"
,
"create [unique] index <indexname> on <class_name> [using <access_method>]
(<attr1>|<funcname>(<attr1>,...) [<type_class1>]
);"
},
"create [unique] index <indexname> on <class_name> [using <access_method>]
\n
( <attr1> [<type_class1>] [,...] | <funcname>(<attr1>,...) [<type_class>]
);"
},
{
"create operator"
,
{
"create operator"
,
"create a user-defined operator"
,
"create a user-defined operator"
,
"create operator <operator_name> (
\n\t
[leftarg = <type1>][,rightarg = <type2>]
\n\t
,procedure = <func_name>,
\n\t
[,commutator = <com_op>][,negator = <neg_op>]
\n\t
[,restrict = <res_proc>][,hashes]
\n\t
[,join = <join_proc>][,sort = <sort_op1>...<sort_opN>]);"
},
"create operator <operator_name> (
\n\t
[leftarg = <type1>][,rightarg = <type2>]
\n\t
,procedure = <func_name>,
\n\t
[,commutator = <com_op>][,negator = <neg_op>]
\n\t
[,restrict = <res_proc>][,hashes]
\n\t
[,join = <join_proc>][,sort = <sort_op1>...<sort_opN>]);"
},
...
...
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