BUG #13853: initdb to UNC path
| От | NBoardman@idtus.com |
|---|---|
| Тема | BUG #13853: initdb to UNC path |
| Дата | |
| Msg-id | 20160107161434.8698.95754@wrigleys.postgresql.org обсуждение исходный текст |
| Ответы |
Re: BUG #13853: initdb to UNC path
|
| Список | pgsql-bugs |
The following bug has been logged on the website: Bug reference: 13853 Logged by: Nuri Boardman Email address: NBoardman@idtus.com PostgreSQL version: 9.4.2 Operating system: Windows 7 Description: when i run this command (initdb with UNC path) pg_ctl initdb -D \\localhost\Users\nboardman\test i get the following (error) output The files belonging to this database system will be owned by user "NBoardman". This user must also own the server process. The database cluster will be initialized with locale "English_United States.1252 ". The default database encoding has accordingly been set to "WIN1252". The default text search configuration will be set to "english". Data page checksums are disabled. fixing permissions on existing directory //localhost/Users/nboardman/test ... ok creating subdirectories ... initdb: could not create directory "//localhost/User s": File exists initdb: removing contents of data directory "//localhost/Users/nboardman/test" pg_ctl: database system initialization failed finally, if this is illegal, the documentation does not indicate the path has to be a windows path from http://www.postgresql.org/docs/9.4/static/app-initdb.html -D directory --pgdata=directory This option specifies the directory where the database cluster should be stored. This is the only information required by initdb, but you can avoid writing it by setting the PGDATA environment variable, which can be convenient since the database server (postgres) can find the database directory later by the same variable.
В списке pgsql-bugs по дате отправления: