authenticate - Search results

2021-12-17 17:58:55 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Tom Lane)

Thomas Kellerer writes: Still amounts to impersonating the server (and yeah, we do prevent

2021-12-17 17:13:26 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Steve Midgley)

authentication pathway and access level to Pg that is quite secure and doesn't involve

2021-12-17 17:07:29 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Thomas Kellerer)

Tom Lane schrieb am 17.12.2021 um 17:27: What about using a .pgpass file? We

2021-12-17 17:04:33 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Tom Lane)

Jonathan Katz writes: One approach that's available now is to have dblink use

2021-12-17 16:42:32 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Jonathan Katz)

Oops, I should have TIAS’d. From my experience in container world, that’s somewhat

2021-12-17 16:27:30 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Tom Lane)

Jonathan Katz writes: No, that won't help. Like postgres_fdw, dblink will only

2021-12-17 16:11:55 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Jonathan Katz)

dblink lets you pass in a PostgreSQL connection string[1]. From there you can reference

2021-12-17 15:43:32 | Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (aditya desai)

authentication in DB Links instead of hardcoding user name and password in it? Regards, Aditya