From 232724af0d4b8077a48cdf370bdb343b299803ed Mon Sep 17 00:00:00 2001
From: Peter Eisentraut
Date: Mon, 7 May 2001 19:31:33 +0000
Subject: Add \cd command to psql.
---
doc/src/sgml/ref/psql-ref.sgml | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 06b0cbb2b17..c1f405f3f3e 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
@@ -217,6 +217,23 @@ testdb=>
+
+ \cd directory
+
+
+ Change the current working directory to
+ directory. Without argument,
+ change to the current user's home directory.
+
+
+
+
+ To print your current working directory, use \!pwd.
+
+
+
+
+
\C [ title ]
--
cgit v1.2.3