Re: pg_execute_from_file, patch v10
Itagaki Takahiro <itagaki.takahiro@gmail.com>
From: Itagaki Takahiro <itagaki.takahiro@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Haas <robertmhaas@gmail.com>, Dimitri Fontaine <dimitri@2ndquadrant.fr>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2010-12-14T03:55:13Z
Lists: pgsql-hackers
On Tue, Dec 14, 2010 at 12:47, Tom Lane <tgl@sss.pgh.pa.us> wrote: > lo_import is superuser-only. If we design this feature so that it will > forever have to be superuser-only, to get a behavior that I think we > don't even *want*, I believe we're making a serious error. CREATE EXTENSION and pg_read_file() is also superuser-only, no? -- Itagaki Takahiro