Uda Wiki Web
Introduction
Architectures
Install & Config
Developers
OpenLink home
Virtuoso
UDA
Documentation
Wikis
Shop
Topic
Discussion
UdaWikiWeb.HowDoIFindMyPostgreSQLListeningPort
(Last)
-- Owiki
?
, 2016-08-19 15:00:15
Edit
[TXT]
[PLAIN]
[DOCBOOK]
owiki
2016-08-19 15:00:15
Identify the
PostgreSQL listening port
Log in to your
PostgreSQL database server.
Locate your
PostgreSQL
postgresql.conf
file.
Locate the
port
Connection Parameter. For example:
# # Connection Parameters # tcpip_socket = true #ssl = false max_connections = 32 port = 5432