Answers for "HOW TO UNDERESTAND ON WHICH PORT IS MY POSTGERSQL IS RUNNING"

SQL
4

how to check port number for postgresql

SELECT *
FROM pg_settings
WHERE name = 'port';
Posted by: Guest on July-10-2020

Code answers related to "HOW TO UNDERESTAND ON WHICH PORT IS MY POSTGERSQL IS RUNNING"

Code answers related to "SQL"

Browse Popular Code Answers by Language