Operating System: Gentoo Linux
To check your PostgreSQL version, simple enter the login to psql
psql -U <username> -d <dbname>
Continue reading PostgreSQL – Check Your PostgreSQL Version
Operating System: Gentoo Linux
To check your PostgreSQL version, simple enter the login to psql
psql -U <username> -d <dbname>
Continue reading PostgreSQL – Check Your PostgreSQL Version
OS: Ubuntu 8.04
PostgreSQL: 8.3
By default, PostgreSQL database connection only listens to localhost. If you want to connect to a PostgreSQL database with another machine, 2 files needs to be modified.
Continue reading PostgreSQL – Allow Database Connection From Remote Machine