Re: dblink vs SQL/MED - security and implementation details

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Joe Conway <mail(at)joeconway(dot)com>, Martin Pihlak <martin(dot)pihlak(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: dblink vs SQL/MED - security and implementation details
Date: 2009-01-06 17:45:16
Message-ID: 200901061945.17206.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tuesday 06 January 2009 05:54:14 Joe Conway wrote:
> --
> -- now as untrusted user dblink_regression_test
> --
> contrib_regression=> SELECT dblink_connect('myconn', 'fdtest');
>   dblink_connect
> ----------------
>   OK
> (1 row)

I think you want some permission checking on fdtest then, right?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-01-06 17:50:51 Re: dblink vs SQL/MED - security and implementation details
Previous Message Gurjeet Singh 2009-01-06 17:43:59 Re: [HACKERS] ERROR: failed to find conversion function from "unknown" to text