mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
16 lines
551 B
Text
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
|