aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-02-12 19:58:16 +0000
committerBruce Momjian <bruce@momjian.us>2004-02-12 19:58:16 +0000
commit4a1c29f87e7e21c1e2cb97fdc48558975ed01f46 (patch)
tree29efdecb9c868f2e4e0403cf7bf982ff26c723c1 /doc/src
parentc60128e54b46936290902406d9aabcb15657dd2c (diff)
downloadpostgresql-4a1c29f87e7e21c1e2cb97fdc48558975ed01f46.tar.gz
postgresql-4a1c29f87e7e21c1e2cb97fdc48558975ed01f46.zip
Improve \? wording, remove 'internal'.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml4
-rw-r--r--doc/src/sgml/start.sgml4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 2e17c0310a0..37ebdc045fc 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.104 2004/01/20 23:48:56 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.105 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
diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml
index ac5111679ef..88be062428f 100644
--- a/doc/src/sgml/start.sgml
+++ b/doc/src/sgml/start.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.34 2004/02/12 16:38:04 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.35 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