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
1b929d17
Commit
1b929d17
authored
Dec 11, 1996
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Postgres95 to PostgreSQL.
parent
7af262d2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
src/bin/psql/psql.c
src/bin/psql/psql.c
+4
-4
src/man/pg_dump.1
src/man/pg_dump.1
+2
-2
src/man/postgres.1
src/man/postgres.1
+2
-2
src/man/psql.1
src/man/psql.1
+3
-3
No files found.
src/bin/psql/psql.c
View file @
1b929d17
/*-------------------------------------------------------------------------
*
* psql.c--
* an interactive front-end to postgre
s95
* an interactive front-end to postgre
SQL
*
* Copyright (c) 1996, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.3
7 1996/12/01 20:28:39
momjian Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.3
8 1996/12/11 22:57:34
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -1536,9 +1536,9 @@ main(int argc, char **argv)
exit
(
listAllDbs
(
&
settings
));
}
if
(
!
settings
.
quiet
&&
!
singleQuery
&&
!
qfilename
)
{
printf
(
"Welcome to the POSTGRES
95
interactive sql monitor:
\n
"
);
printf
(
"Welcome to the POSTGRES
QL
interactive sql monitor:
\n
"
);
printf
(
" Please read the file COPYRIGHT for copyright terms "
"of POSTGRES
95
\n\n
"
);
"of POSTGRES
QL
\n\n
"
);
printf
(
" type
\\
? for help on slash commands
\n
"
);
printf
(
" type
\\
q to quit
\n
"
);
printf
(
" type
\\
g or terminate with semicolon to execute query
\n
"
);
...
...
src/man/pg_dump.1
View file @
1b929d17
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.
3 1996/12/11 00:27:59
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.
4 1996/12/11 22:58:11
momjian Exp $
.TH PG_DUMP UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME
pg_dump \(em dumps out a Postgres database into a script file
...
...
@@ -55,7 +55,7 @@ for textual editing.
.PP
.IR "pg_dump"
is useful for dumping out the contents of a database to move from one
postgre
s95
installation to another. After running
postgre
SQL
installation to another. After running
.IR "pg_dump"
, one should examine the output script file for any warnings, especially
in light of the limitations listed below.
...
...
src/man/postgres.1
View file @
1b929d17
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.
3 1996/12/11 00:28:00
momjian Exp $
.TH POSTGRES95 UNIX 1
1/05/95
Postgres95 Postgres95
.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.
4 1996/12/11 22:58:14
momjian Exp $
.TH POSTGRES95 UNIX 1
2/08/96
Postgres95 Postgres95
.SH NAME
postgres \(em the Postgres backend server
.SH SYNOPSIS
...
...
src/man/psql.1
View file @
1b929d17
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.
4 1996/12/11 00:28:03
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.
5 1996/12/11 22:58:16
momjian Exp $
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME
psql \(em run the interactive query front-end
...
...
@@ -209,8 +209,8 @@ In normal operation, psql provides a prompt with the name of the
database that psql is current connected to followed by the string "=>".
For example,
.nf
Welcome to the POSTGRES
95
interactive sql monitor:
Please read the file COPYRIGHT for copyright terms of POSTGRES
95
Welcome to the POSTGRES
QL
interactive sql monitor:
Please read the file COPYRIGHT for copyright terms of POSTGRES
QL
type \e? for help on slash commands
type \eq to quit
...
...
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