Re: Populating a database

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Populating a database
Дата
Msg-id 20021104153518.GA7264@wolff.to
обсуждение исходный текст
Ответ на Re: Populating a database  (papapep <papapep@gmx.net>)
Список pgsql-novice
On Mon, Nov 04, 2002 at 16:05:02 +0100,
  papapep <papapep@gmx.net> wrote:
> First of all thanks for your ultrafast answer ;-D
> Now, having a look at the copy order, it seems I've got some problems
> with file permissions although I'm the root and have put all the files
> and directories to 0777 (yes, I know I have to log in postgresql with
> another user than root, I've done it already). Where is suposed to be
> the file I'm going to insert in the databases's table? If I tell to the
> copy command something like :
>
>     \copy tablename from '\path\to\file.csv' using delimiters ','
>
> Should it work?

Are you sure you want to use \s? The normal file separator on unix
systems is /.
You may also have a problem with access to one of the directories in the
path.

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

Предыдущее
От: "cristi"
Дата:
Сообщение: Re: owner of type 'mmm' apperars to be invalid
Следующее
От: "Henshall, Stuart - Design & Print"
Дата:
Сообщение: Re: Function problem again...