Port details |
- postgresql12-client PostgreSQL database (client)
- 12.6 databases
=3 12.b3Version of this port present on the latest quarterly branch. NOTE: Slave port - quarterly revision is most likely wrong.- Maintainer: pgsql@FreeBSD.org
 - Port Added: 2019-08-08 15:33:17
- Last Update: 2019-08-08 16:33:03
- SVN Revision: 508390
People watching this port, also watch: postgresql12-server, python38, apr, python37, py37-pycparser - License: PostgreSQL
- Description:
- PostgreSQL is a sophisticated Object-Relational DBMS, supporting
almost all SQL constructs, including subselects, transactions, and
user-defined types and functions. It is the most advanced open-source
database available anywhere. Commercial Support is also available.
The original Postgres code was the effort of many graduate students,
undergraduate students, and staff programmers working under the direction of
Professor Michael Stonebraker at the University of California, Berkeley. In
1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query
language to SQL and created a new database system which came to known as
Postgres95. Many others contributed to the porting, testing, debugging and
enhancement of the Postgres95 code. As the code improved, and 1995 faded into
memory, PostgreSQL was born.
PostgreSQL development is presently being performed by a team of Internet
developers who are now responsible for all current and future development. The
development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG).
Support is available from the PostgreSQL developer/user community through the
support mailing list (questions@PostgreSQL.ORG).
PostgreSQL is free and the complete source is available.
WWW: https://www.postgresql.org/
- SVNWeb : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- postgresql12-client>0:databases/postgresql12-client
- Conflicts:
- CONFLICTS:
- postgresql9*
- postgresql1[^2]*
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
cd /usr/ports/databases/postgresql12-client/ && make install clean - To add the package:
pkg install postgresql12-client - PKGNAME: postgresql12-client
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1612956694
SHA256 (postgresql/postgresql-12.6.tar.bz2) = df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
SIZE (postgresql/postgresql-12.6.tar.bz2) = 20771172
Packages: (move your mouse over the cells for more information)
- Master port: databases/postgresql12-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- gmake>=4.3 : devel/gmake
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libreadline.so.8 : devel/readline
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
- converters/osm2pgrouting
- databases/pgbarman
- databases/pglogical
- databases/pspg
- lang/seed7
- for Libraries
- converters/osm2pgsql
- databases/courier-authlib-pgsql
- databases/cutelyst-asql
- databases/fpc-postgres
- databases/grass7
- databases/kdb
- databases/libgda5-postgresql
Deleted ports which required this port:
- for Run
- converters/osm2pgrouting
- databases/pgbarman
- databases/pglogical
- databases/pspg
- lang/seed7
- Configuration Options
- ===> The following configuration options are available for postgresql12-client-12.6:
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
GSSAPI=off: Build with GSSAPI support
LIBEDIT=off: Use non-GPL libedit instead of readline
NLS=on: Use internationalized messages
OPTIMIZED_CFLAGS=off: Builds with compiler optimizations (-O3)
PAM=off: Build with PAM Support
SSL=on: Build with OpenSSL support
===> Use 'make config' to modify these settings
- USES:
- pkgconfig tar:bzip2 cpe gmake readline gettext ssl compiler
- Master Sites:
-
|
Notes from UPDATING |
These upgrade notes are taken from /usr/ports/UPDATING
- 2020-09-21
Affects: users of databases/postgresql* and other software using PostgreSQL to run Author: kbowling@FreeBSD.org Reason:
The default version of PostgreSQL has been switched from 11 to 12.
The upgrade procedure can use up twice the space the databases
currently needs. If you have a big amount of stored data take a
closer look at the manpage of pg_upgrade for avoidance and/or
speedup of the upgrade.
The upgrade instructions consider a basic usage and do not match
complex scenarios like replication, sharding, or similar.
Upgrade instructions:
First stop your PostgreSQL, create PostgreSQL-binaries and backup your data.
If you have another Version of PostgreSQL installed, for example 11.9, your
files are named according to this.
# service postgresql stop
# pkg create postgresql11-server postgresql11-contrib
# mkdir /tmp/pg-upgrade
# tar xf postgresql11-server-11.9.txz -C /tmp/pg-upgrade
# tar xf postgresql11-contrib-11.9.txz -C /tmp/pg-upgrade
# pkg delete -f databases/postgresql11-server databases/postgresql11-contrib databases/postgresql11-client
Now update PostgreSQL:
pkg user:
# pkg install databases/postgresql12-server databases/postgresql12-contrib
# pkg upgrade
Portmaster users:
# portmaster databases/postgresql12-server databases/postgresql12-contrib
# portmaster -a
Portupgrade users:
# portinstall databases/postgresql12-server databases/postgresql12-contrib
# portupgrade -a
After installing the new PostgreSQL version you need to convert
all your databases to new version:
# su -l postgres -c "/usr/local/bin/initdb --encoding=utf-8 --lc-collate=C -D /var/db/postgres/data12 -U postgres"
# su -l postgres -c "pg_upgrade -b /tmp/pg-upgrade/usr/local/bin/ -d /var/db/postgres/data11/ -B /usr/local/bin/ -D /var/db/postgres/data12/ -U postgres "
Now the migration is finished. You can start PostgreSQL again with:
# service postgresql start
ATTENTION:
1) The default user changed from "pgsql" to "postgres" in 11. The migration steps above now assume
the "postgres" database user and FreeBSD user.
2) See the updating entry 20190829 if you are updating from a release prior to 11.
3) If you use non-default initdb options, you have to adjust the initdb-command accordingly
|
Number of commits found: 1
Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: databases/postgresql12-server | Date | By | Description |
08 Aug 2019 15:33:03
12.b3

|
girgen  |
iThe PostgreSQL Global Development Group has released an update to all
supported versions of our database system, including 11.5, 10.10,
9.6.15, 9.5.19, and 9.4.24, as well as the third beta of PostgreSQL 12.
This release fixes two security issues in the PostgreSQL server, two
security issues found in one of the PostgreSQL Windows installers, and
over 40 bugs reported since the previous release.
Users should install these updates as soon as possible.
A Note on the PostgreSQL 12 Beta
================================
In the spirit of the open source PostgreSQL community, we strongly
encourage you to test the new features of PostgreSQL 12 in your database
systems to help us eliminate any bugs or other issues that may exist. (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|
Latest Vulnerabilities |
13 vulnerabilities affecting 98 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-03-02 15:19:39
|
|