aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql91-server/files/post-install-notes
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-12-11 03:22:07 +0000
committerSteve Price <steve@FreeBSD.org>2000-12-11 03:22:07 +0000
commita348e709cc383ead67f3c6c8288f9069f191e733 (patch)
treec2ac34c71cb4dde13059f257e82d078315109900 /databases/postgresql91-server/files/post-install-notes
parente8d6f60511e0fdd84c6e9fa0d00f7cb804bc7bfa (diff)
downloadports-a348e709cc383ead67f3c6c8288f9069f191e733.tar.gz
ports-a348e709cc383ead67f3c6c8288f9069f191e733.zip
Update to version 7.0.3.
PR: 23371 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=35882
Diffstat (limited to 'databases/postgresql91-server/files/post-install-notes')
-rw-r--r--databases/postgresql91-server/files/post-install-notes11
1 files changed, 7 insertions, 4 deletions
diff --git a/databases/postgresql91-server/files/post-install-notes b/databases/postgresql91-server/files/post-install-notes
index 289a7651109a..4c69908b2676 100644
--- a/databases/postgresql91-server/files/post-install-notes
+++ b/databases/postgresql91-server/files/post-install-notes
@@ -8,9 +8,12 @@ You may wish to subscribe to the PostgreSQL user-support mailing list.
Send an e-mail to pgsql-questions-request@postgresql.org with the
text "subscribe" in the message body.
-If you built PostgreSQL with TCL support, you can install the port
-"pgaccess" to get a TCL/TK based database frontend for database
-operations.
+If you built PostgreSQL with TCL/TK support, you can use the pgaccess
+utility to get a TCL/TK based database frontend for database
+operations. You do NOT need to install the pgaccess port separately.
+
+If you built in the TCL support, you can load the Pg package into your
+TCL scripts as easily as ``package require Pgtcl''.
To start PostgreSQL, run the startup script:
-$PREFIX/etc/rc.d/pgsql.sh start
+%%PREFIX%%/etc/rc.d/pgsql.sh start