problems with copy

Поиск
Список
Период
Сортировка
От Steff
Тема problems with copy
Дата
Msg-id 96vqhh$1m1$1@buty.wanadoo.nl
обсуждение исходный текст
Список pgsql-general
Hello

I'm starting using PostgreSQL and want to import datas from my old database.
I've made ASCII delimited files and want to use the copy instruction.

Having the server started, I do the following :

> psql mydb
>copy table from 'myfile' using delimiters ';' ;

I'vegot an error saying that the backend server can't read myfile. I've
check rights on this file and every user can read this file.
I've created the table and checked that it exists.
    Can someone help Me ??

Thanks in advance

Stephane



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

Предыдущее
От: mg
Дата:
Сообщение: Error: 'cache lookup failed' w/trigger
Следующее
От: Lonnie Cumberland
Дата:
Сообщение: Re: Re: postmaster question