Re: Can't Create Tablespace On Windows 2003

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: Can't Create Tablespace On Windows 2003
Дата
Msg-id 4560D4DD.7060601@wildenhain.de
обсуждение исходный текст
Ответ на Can't Create Tablespace On Windows 2003  (Rejean Proulx <rejean@interfree.ca>)
Ответы Re: Can't Create Tablespace On Windows 2003
Список pgsql-general
Rejean Proulx schrieb:
> I am running Postgresql 8.1. I can't get the following create statement
> to work. It failes on Column 39 which is my directory name.
>
> CREATE TABLESPACE xxxxxxxxxx LOCATION "D:\tablespace\data\";


I'm pretty sure the " " are wrong. Strings are quotet with
' ' instead. You'll need to write 'D:\\tablespace\\data\\'
because \ is a apecial char in strings.

Regards
Tino

В списке pgsql-general по дате отправления:

Предыдущее
От: Rejean Proulx
Дата:
Сообщение: Can't Create Tablespace On Windows 2003
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: phpPgAdmin, cannot connect to server