Skip to main content

All Questions

Filter by
Sorted by
Tagged with
9 votes
1 answer
14k views

How to disable Postgres from listening on IPv6?

I am trying to disable Postgres from listening on IPv6 because of a bunch of strange trace files that are constantly being written to syslog. I'd prefer not to disable IPv6 in the OS itself, so ...
rhelfand's user avatar
  • 171
1 vote
1 answer
6k views

PostgreSQL force sslmode=verify-full

I have created my CA, Server and Clients certificates and keys. I have tried connections using sslmode flags with psql. I have edited the pg_hba.conf file to force SSL using hostssl only. Now I would ...
jlandercy's user avatar
  • 367
1 vote
2 answers
2k views

PostgreSQL 9.3 - standard_confirming_strings option in postgresql.conf not affecting remote machine

I am updating a program at work that communicates with a postgreSQL 9.3 database. I need to turn off an option in the postgresql.conf file called standard_conforming_strings, so that I can store ...
user2437443's user avatar