Documentation for the PostgreSQL database version 9.6
PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity. This is the documentation.
PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity. This is the documentation.
To install postgresql96-doc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install postgresql96-doc
To see what files were installed by postgresql96-doc, run:
port contents postgresql96-doc
To later upgrade postgresql96-doc, run:
sudo port selfupdate && sudo port upgrade postgresql96-doc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.