From a348e709cc383ead67f3c6c8288f9069f191e733 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 11 Dec 2000 03:22:07 +0000 Subject: Update to version 7.0.3. PR: 23371 Submitted by: maintainer --- databases/postgresql73-server/files/post-install-notes | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'databases/postgresql73-server/files/post-install-notes') diff --git a/databases/postgresql73-server/files/post-install-notes b/databases/postgresql73-server/files/post-install-notes index 289a7651109a..4c69908b2676 100644 --- a/databases/postgresql73-server/files/post-install-notes +++ b/databases/postgresql73-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 -- cgit v1.2.3