5432
.postgresql.conf
file’s listen_addresses
and port
settings. This file should be on the same machine as the instance. These values might also already be set as environment variables named PGHOST
and PGPORT
on the same machine as the instance.ip_prefix
fields’ values that are listed.
postgres
unless a custom database name was specified during the instance creation process.psql
utility to connect to PostgreSQL, list databases, and list and create tables:
100
if not otherwise specified.