Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
1b929d17
Commit
1b929d17
authored
28 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Postgres95 to PostgreSQL.
parent
7af262d2
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/bin/psql/psql.c
+4
-4
4 additions, 4 deletions
src/bin/psql/psql.c
src/man/pg_dump.1
+2
-2
2 additions, 2 deletions
src/man/pg_dump.1
src/man/postgres.1
+2
-2
2 additions, 2 deletions
src/man/postgres.1
src/man/psql.1
+3
-3
3 additions, 3 deletions
src/man/psql.1
with
11 additions
and
11 deletions
src/bin/psql/psql.c
+
4
−
4
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/
0
1 2
0:28
:3
9
momjian Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.3
8
1996/12/
1
1 2
2:57
:3
4
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
"
);
...
...
This diff is collapsed.
Click to expand it.
src/man/pg_dump.1
+
2
−
2
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.
...
...
This diff is collapsed.
Click to expand it.
src/man/postgres.1
+
2
−
2
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
/0
5
/9
5
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
/0
8
/9
6
Postgres95 Postgres95
.SH NAME
postgres \(em the Postgres backend server
.SH SYNOPSIS
...
...
This diff is collapsed.
Click to expand it.
src/man/psql.1
+
3
−
3
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment