freebsd-ports/japanese/postgresql-tcltk/files/post-install-notes
Akinori MUSHA 386c36c2bc Update to 7.0.2 + jumbo 20001025 patch.
PR:		ports/22530
Submitted by:	Tomokatsu Saito <saito@a2z.co.jp> (MAINTAINER)

Prepare for the future merger with databases/postgresql7.

  - Fix broken plist's by copying from those of databases/postgresql7.

     - Previous plist removed all the precious user data mercilessly. :(

       DO NOT PERFORM A "pkg_delete" AGAINST THE PREVIOUS INSTALLATION!
       YOU WILL LOSE ALL THE DATA STORED IN "${PREFIX}/pgsql/data"!!!

     - A bunch of missing entries have been added for pgacess files to
       plist.tcl.

  - Fix permissions for ${PREFIX}/pgsql/lib to avoid causing a security
    error when doing ldconfig.

  - Make scripts PREFIX-safe.

  - Synchronize with databases/postgresql7.
     - Standardize variable names.
     - Complete user friendly messages.
     - Move the Java class files to the standard directory..

  - Minor cleanups.

I hope the merger will be accomplished in near future.
2000-11-03 09:34:13 +00:00

16 lines
551 B
Text

Now that PostgreSQL is installed, you should read the documentation and
implementation guides. These can be found at:
http://www.PostgreSQL.org/docs
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.
To start PostgreSQL, run the startup script:
$PREFIX/etc/rc.d/pgsql.sh start