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
4a1c29f8
Commit
4a1c29f8
authored
Feb 12, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve \? wording, remove 'internal'.
parent
c60128e5
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
doc/TODO
doc/TODO
+2
-2
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+2
-2
doc/src/sgml/start.sgml
doc/src/sgml/start.sgml
+2
-2
src/bin/psql/startup.c
src/bin/psql/startup.c
+3
-3
No files found.
doc/TODO
View file @
4a1c29f8
TODO list for PostgreSQL
========================
Last updated: Thu Feb 12 13:1
1:14
EST 2004
Last updated: Thu Feb 12 13:1
4:40
EST 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -456,7 +456,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout
* -Add checks for fclose() failure (Tom)
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.121
1 2004/02/12 18:11:16 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1211 2004/02/12 18:11
:16 momjian Exp $
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.121
2 2004/02/12 19:58:16 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1212 2004/02/12 19:58
:16 momjian Exp $
* Exit postmaster if postgresql.conf can not be opened
* Rename /scripts directory because they are all C programs now
* Allow the regression tests to start postmaster with -i so the tests
...
...
doc/src/sgml/ref/psql-ref.sgml
View file @
4a1c29f8
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.10
4 2004/01/20 23:48:56 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.10
5 2004/02/12 19:58:16 momjian
Exp $
PostgreSQL documentation
-->
...
...
@@ -524,7 +524,7 @@ Welcome to psql &version;, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help
on internal slash
commands
\? for help
with psql
commands
\g or terminate with semicolon to execute query
\q to quit
...
...
doc/src/sgml/start.sgml
View file @
4a1c29f8
<!--
$PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.3
4 2004/02/12 16:38:04
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.3
5 2004/02/12 19:58:16
momjian Exp $
-->
<chapter id="tutorial-start">
...
...
@@ -321,7 +321,7 @@ Welcome to psql &version;, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help
on internal slash
commands
\? for help
with psql
commands
\g or terminate with semicolon to execute query
\q to quit
...
...
src/bin/psql/startup.c
View file @
4a1c29f8
...
...
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.8
3 2004/01/25 03:07:22 neilc
Exp $
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.8
4 2004/02/12 19:58:16 momjian
Exp $
*/
#include "postgres_fe.h"
...
...
@@ -267,7 +267,7 @@ main(int argc, char *argv[])
printf
(
gettext
(
"Welcome to %s %s, the PostgreSQL interactive terminal.
\n\n
"
"Type:
\\
copyright for distribution terms
\n
"
"
\\
h for help with SQL commands
\n
"
"
\\
? for help on internal slash
commands
\n
"
"
\\
? for help with psql
commands
\n
"
"
\\
g or terminate with semicolon to execute query
\n
"
"
\\
q to quit
\n\n
"
),
pset
.
progname
,
PG_VERSION
);
...
...
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