| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Doug McNaught <doug(at)mcnaught(dot)org> |
| Cc: | elein(at)varlena(dot)com, Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: PlPython |
| Date: | 2003-06-28 15:21:35 |
| Message-ID: | 17911.1056813695@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
Doug McNaught <doug(at)mcnaught(dot)org> writes:
> What about making network connections? That seems less harmful than
> filesystem access, and certainly could have legitimate uses.
Any outside-the-database operation "could have legitimate uses". The
problem is it also has not-so-legitimate uses, and we would have no
good way to tell the difference. So a trusted language is supposed to
be an airtight sandbox. If you want out of the sandbox, you use an
untrusted language.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2003-06-28 17:38:26 | Re: How many fields in a table are too many |
| Previous Message | Jan Wieck | 2003-06-28 15:20:12 | Re: Making pgsql error messages more developers' friendly. |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2003-06-28 15:45:15 | Domain casting still doesn't work right |
| Previous Message | Doug McNaught | 2003-06-28 14:50:06 | Re: PlPython |