diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2002-09-23 22:01:46 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2002-09-23 22:01:46 +0000 |
commit | 11d66f7e2925d7e407f9077b99ace41e2c1a8c9f (patch) | |
tree | acb9caaaeaa9db03daf3019e1e3fa25fe956ac4d /databases/postgresql-devel/files/post-install-notes | |
parent | The rev 1.109 update also fixed the build problems on 5-CURRENT do to the (diff) |
Adding a development port for PostgreSQL. postgresql-devel will have its
distfiles periodically updated to track PostgreSQL between major releases.
Port is repo copied from databases/postgresql7 and has been updated to
7.3b1.
Approved by: portmgr && knu (mentor)
Notes
Notes:
svn path=/head/; revision=67076
Diffstat (limited to 'databases/postgresql-devel/files/post-install-notes')
-rw-r--r-- | databases/postgresql-devel/files/post-install-notes | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/databases/postgresql-devel/files/post-install-notes b/databases/postgresql-devel/files/post-install-notes index cdf343002074..557614dd1842 100644 --- a/databases/postgresql-devel/files/post-install-notes +++ b/databases/postgresql-devel/files/post-install-notes @@ -3,29 +3,20 @@ The PostgreSQL port has a collection of "side orders": postgresql-doc For all of the html documentation -p5-Pg - A perl5 API for client access to PostgreSQL databases. - postgresql-tcltk If you want tcl/tk client support. You get a neat GUI, pgaccess, as a bonus! -postgresql-jdbc - For Java JDBC support. - postgresql-odbc For client access from unix applications using ODBC as access - method. Not needed to access unix PostgreSQL servers from Win32 - using ODBC. See below. + method. -ruby-postgres, py-PyGreSQL - For client access to PostgreSQL databases using the ruby & python - languages. +ruby-postgres, py-PyGreSQL, p5-Pg, p5-DBD-Pg, postgresql-jdbc + For client access to PostgreSQL databases using the languages: ruby, + python, perl, perl DBI, and jdbc. postgresql-plperl, postgresql-pltcl & postgresql-plruby - For using perl5, tcl & ruby as procedural languages. - -etc etc... + For using perl5, tcl, and ruby as procedural languages. Note that many files have moved around compared to previous versions of PostgreSQL. For example, plpgsql.so and all other language modules @@ -52,6 +43,3 @@ postgresql.conf also needed, of course): options SEMUME=40 options SEMMNU=120 -If you plan to access your PostgreSQL server using ODBC, please -consider running the SQL script /usr/local/share/postgresql/odbc.sql -to get the functions required for ODBC compliance. |