Re: create database name with location = 'path';

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: create database name with location = 'path';
Date: 2001-05-08 01:42:04
Message-ID: 26310.989286124@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

mlw <markw(at)mohawksoft(dot)com> writes:
> template1=# create database fubar with location = '/tmp' ;
> ERROR: CREATE DATABASE: could not link '/postgres/data/base/12523613' to
> '/tmp/base/12523613': Operation not permitted

Try using a filesystem that supports symbolic links ...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ian Lance Taylor 2001-05-08 01:45:13 Re: CVS branch management (was Re: A problem with new pg_dump)
Previous Message Tom Lane 2001-05-08 01:22:59 Paths for C functions (was Re: Re: backend dies on 7.1.1 loading large datamodel.)