File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Thu Feb 12 13:11:14 EST 2004
3
+ Last updated: Thu Feb 12 13:14:40 EST 2004
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -456,7 +456,7 @@ Source Code
456
456
* Acquire lock on a relation before building a relcache entry for it
457
457
* Research interaction of setitimer() and sleep() used by statement_timeout
458
458
* -Add checks for fclose() failure (Tom)
459
- * Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1211 2004/02/12 18:11 :16 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1211 2004/02/12 18:11 :16 momjian Exp $
459
+ * Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1212 2004/02/12 19:58 :16 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1212 2004/02/12 19:58 :16 momjian Exp $
460
460
* Exit postmaster if postgresql.conf can not be opened
461
461
* Rename /scripts directory because they are all C programs now
462
462
* Allow the regression tests to start postmaster with -i so the tests
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.104 2004/01/20 23:48:56 tgl Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.105 2004/02/12 19:58:16 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -524,7 +524,7 @@ Welcome to psql &version;, the PostgreSQL interactive terminal.
524
524
525
525
Type: \copyright for distribution terms
526
526
\h for help with SQL commands
527
- \? for help on internal slash commands
527
+ \? for help with psql commands
528
528
\g or terminate with semicolon to execute query
529
529
\q to quit
530
530
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.34 2004/02/12 16:38:04 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.35 2004/02/12 19:58:16 momjian Exp $
3
3
-->
4
4
5
5
<chapter id="tutorial-start">
@@ -321,7 +321,7 @@ Welcome to psql &version;, the PostgreSQL interactive terminal.
321
321
322
322
Type: \copyright for distribution terms
323
323
\h for help with SQL commands
324
- \? for help on internal slash commands
324
+ \? for help with psql commands
325
325
\g or terminate with semicolon to execute query
326
326
\q to quit
327
327
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
5
5
*
6
- * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.83 2004/01/25 03:07:22 neilc Exp $
6
+ * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.84 2004/02/12 19:58:16 momjian Exp $
7
7
*/
8
8
#include "postgres_fe.h"
9
9
@@ -267,8 +267,8 @@ main(int argc, char *argv[])
267
267
printf (gettext ("Welcome to %s %s, the PostgreSQL interactive terminal.\n\n"
268
268
"Type: \\copyright for distribution terms\n"
269
269
" \\h for help with SQL commands\n"
270
- " \\? for help on internal slash commands\n"
271
- " \\g or terminate with semicolon to execute query\n"
270
+ " \\? for help with psql commands\n"
271
+ " \\g or terminate with semicolon to execute query\n"
272
272
" \\q to quit\n\n" ),
273
273
pset .progname , PG_VERSION );
274
274
#ifdef USE_SSL
You can’t perform that action at this time.
0 commit comments