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
103959a3
Commit
103959a3
authored
Oct 14, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No more pgbuiltin.
parent
f9649012
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
+3
-9
src/man/reset.l
src/man/reset.l
+1
-2
src/man/set.l
src/man/set.l
+1
-5
src/man/show.l
src/man/show.l
+1
-2
No files found.
src/man/reset.l
View file @
103959a3
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/reset.l,v 1.
4 1998/06/24 13:21:29
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/reset.l,v 1.
5 1998/10/14 02:36:43
momjian Exp $
.TH RESET SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME
reset - restore run-time parameters for session to default values
...
...
@@ -32,7 +32,6 @@ tgl=> reset GEQO;
RESET VARIABLE
.fi
.SH "SEE ALSO"
pgbuiltin(3),
set(l),
show(l).
.SH BUGS
...
...
src/man/set.l
View file @
103959a3
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.
9 1998/06/24 13:21:30
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.
10 1998/10/14 02:36:44
momjian Exp $
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME
set - set run-time parameters for session
...
...
@@ -24,9 +24,6 @@ is enclosed in single-quotes.
.PP
.IR DateStyle
determines the output format for the date and time data types.
See
.IR pgbuiltin(3)
for more information on available styles.
.ce 1
\fBDateStyle Values\fR
...
...
@@ -105,7 +102,6 @@ set GEQO to 'on=4'
set GEQO to 'off'
.fi
.SH "SEE ALSO"
pgbuiltin(3),
reset(l),
show(l).
.SH BUGS
...
...
src/man/show.l
View file @
103959a3
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/show.l,v 1.
4 1998/06/24 13:21:30
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/show.l,v 1.
5 1998/10/14 02:36:45
momjian Exp $
.TH SHOW SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME
show - show run-time parameters for session
...
...
@@ -34,7 +34,6 @@ NOTICE:GEQO is ON
SHOW VARIABLE
.fi
.SH "SEE ALSO"
pgbuiltin(3),
reset(l),
set(l).
.SH BUGS
...
...
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