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
f3dbe735
Commit
f3dbe735
authored
Jan 11, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
psql help cleanup.
parent
40d55d2c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
src/bin/psql/psqlHelp.h
src/bin/psql/psqlHelp.h
+3
-2
src/man/insert.l
src/man/insert.l
+4
-4
No files found.
src/bin/psql/psqlHelp.h
View file @
f3dbe735
...
...
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: psqlHelp.h,v 1.3
6 1998/01/11 04:17:01
momjian Exp $
* $Id: psqlHelp.h,v 1.3
7 1998/01/11 04:36:25
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -237,7 +237,8 @@ static struct _helpStruct QL_HELP[] = {
\t
select <expr1>,...<exprN>
\n
\
\t
[from <from_clause>]
\n
\
\t
[where <qual>]
\n
\
\t
[group by <group_list>];"
},
\t
[group by <group_list>]
\n
\
\t
[union [all] select ...];"
},
{
"listen"
,
"listen for notification on a relation"
,
"listen <class_name>"
},
...
...
src/man/insert.l
View file @
f3dbe735
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.
6 1998/01/11 03:41:57
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.
7 1998/01/11 04:36:28
momjian Exp $
.TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
insert \(em insert tuples to a relation
...
...
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