On Tue, Aug 24, 2010 at 12:20 PM, Keith Pinnix <[email protected]> wrote: > Scott: > > The entries are from dblimk something like below: > > SELECT * FROM dblink('dbname=XXXXXX host=XXXXXX port=XXX user=XXXXX > password=XXXXXXX ', > > We use this feature quite a bit and this presents quite a security issue. > We are currently using 8.3.
You could set up those machines to connect via trust. But yeah, dblink otherwise has passwords in the connect string. -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
