From: | dmitry(dot)pradun(at)qaddress(dot)com |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #14589: Error in creating tablespace |
Date: | 2017-03-15 08:37:16 |
Message-ID: | 20170315083716.1429.15294@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 14589
Logged by: Dmitry Pradun
Email address: dmitry(dot)pradun(at)qaddress(dot)com
PostgreSQL version: 9.5.4
Operating system: Windows 7 x64 Maximal
Description:
I use postgres 9.5.4 binaries for win7 x64 to initiate my own Postgres
server. When it is initiated, i try to execute the following command:
CREATE TABLESPACE "temp" OWNER postgres LOCATION
'C:\Users\Public\Documents\Éxtended DB'
But the error occurs:
ERROR: 58P01: directory "C:\Users\Public\Documents\Éxtended DB" does not
exist
At the same time, the directory physically is available, it was pre-created.
As i understand, the problem is in the existance in the directory path of
the symbol 'É'. How can the problem be solved?
From | Date | Subject | |
---|---|---|---|
Next Message | Anastasia Lubennikova | 2017-03-15 10:45:39 | Re: Backend crash on non-exclusive backup cancel |
Previous Message | Alastair James | 2017-03-15 08:27:58 | Differences in COUNT result when enabling parallel query |