diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-10-19 13:43:42 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-10-19 13:43:42 +0000 |
commit | a74d4ca9fa91eb54dbb907d37fe3582c0c1b2b42 (patch) | |
tree | 2d6247d0597ca5fd8ce93d84882ac2d0d27e1bc3 /japanese/postgresql7/files/post-install-notes | |
parent | Update to slave of databases/postgresql7 after repocopy from (diff) |
Remove japanese/postgresql7 (obsoleted by japanese/postgresql-tcktk).
Connect japanese/postgresql-tcltk.
Notes
Notes:
svn path=/head/; revision=68341
Diffstat (limited to 'japanese/postgresql7/files/post-install-notes')
-rw-r--r-- | japanese/postgresql7/files/post-install-notes | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/japanese/postgresql7/files/post-install-notes b/japanese/postgresql7/files/post-install-notes deleted file mode 100644 index 6b7192b31895..000000000000 --- a/japanese/postgresql7/files/post-install-notes +++ /dev/null @@ -1,22 +0,0 @@ - -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/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''. - -If you built with Java support, add -/usr/local/share/java/classes/postgresql.jar to your classpath. - -If you have many tables and many clients running, consider raising -kern.maxfiles using sysctl(8). |