From: pgsql-general-owner@xxxxxxxxxxxxxx [mailto:pgsql-general-owner@xxxxxxxxxxxxxx]
On Behalf Of deepak I chose temp only for illustration purposes. Actually the regression test "tablespace" fails too, for the same reason, when run from sources (which creates a tablespace directory under src/test/regress)
CREATE TABLESPACE workspace1 OWNER postgres LOCATION 'E:\\TempFiles\\pgsqlData'; -- Deepak On Wed, Nov 25, 2015 at 2:15 PM, John R Pierce <pierce@xxxxxxxxxxxx> wrote: On 11/25/2015 12:01 PM, deepak wrote: I am getting this permission denied error on Windows 2008 trying to create a tablespace.
|