aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-01-06 21:20:44 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-01-06 21:20:44 +0000
commit41ca7563865d0117b4c9055ff96ef08a1a14075b (patch)
treecf9be2d30a4f31e8ce30969652a2578239b34dca /doc/src/sgml/ref
parentc2f7e3e227daa33462201b0f4d482ec9e5f2ddf4 (diff)
downloadpostgresql-41ca7563865d0117b4c9055ff96ef08a1a14075b.tar.gz
postgresql-41ca7563865d0117b4c9055ff96ef08a1a14075b.zip
Spell APPDATA as %APPDATA%, per recommendation from Magnus.
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index afdee5c2ba7..7f7a4173fe5 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.128 2005/01/06 18:29:08 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.129 2005/01/06 21:20:44 tgl Exp $
PostgreSQL documentation
-->
@@ -2525,7 +2525,7 @@ $endif
<filename>psqlrc</filename> file and the user's
<filename>~/.psqlrc</filename> file.
(On Windows, the user's startup file is named
- <filename>APPDATA/postgresql/psqlrc.txt</filename>.)
+ <filename>%APPDATA%\postgresql\psqlrc.txt</filename>.)
See <filename><replaceable>PREFIX</>/share/psqlrc.sample</>
for information on setting up the system-wide file. It could be used
to set up the client or the server to taste (using the <command>\set
@@ -2548,7 +2548,7 @@ $endif
<para>
The command-line history is stored in the file
<filename>~/.psql_history</filename>, or
- <filename>APPDATA/postgresql/psql_history</filename> on Windows.
+ <filename>%APPDATA%\postgresql\psql_history</filename> on Windows.
</para>
</listitem>
</itemizedlist>