Re: dblink vs SQL/MED - security and implementation details - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: dblink vs SQL/MED - security and implementation details
Date
Msg-id 200901061945.17206.peter_e@gmx.net
Whole thread Raw
In response to Re: dblink vs SQL/MED - security and implementation details  (Joe Conway <mail@joeconway.com>)
Responses Re: dblink vs SQL/MED - security and implementation details  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: dblink vs SQL/MED - security and implementation details  (Martin Pihlak <martin.pihlak@gmail.com>)
Re: dblink vs SQL/MED - security and implementation details  (Joe Conway <mail@joeconway.com>)
List 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?


pgsql-hackers by date:

Previous
From: "Gurjeet Singh"
Date:
Subject: Re: [GENERAL] ERROR: failed to find conversion function from "unknown" to text
Next
From: Tom Lane
Date:
Subject: Re: dblink vs SQL/MED - security and implementation details