Re: 6.5 data export issues

Поиск
Список
Период
Сортировка
От Darren Ferguson
Тема Re: 6.5 data export issues
Дата
Msg-id Pine.LNX.4.44.0210301801380.27662-100000@thread.crystalballinc.com
обсуждение исходный текст
Ответ на 6.5 data export issues  ("Craig Sturman" <craig@eliquid.com>)
Ответы Re: 6.5 data export issues
Список pgsql-general
On Wed, 30 Oct 2002, Craig Sturman wrote:

> Hello all,
>
> I've currently got a couple of pg databases (6.5) at work on a RedHat box
> that I'm looking to consolidate and move to a server with 7.2 installed.
> I'm having issues with copying the data however.  Neither pg_dump and the
> copy command are able to copy the data over.  I receive the following error:
>
> wdcindex=> COPY clients TO '/home/craig/clients' USING DELIMITERS ',';
> ERROR:  COPY command, running in backend with effective uid 40, could not
> open file '/home/craig/clients' for writing.  Errno = Permission denied
> (13).
> wdcindex=>
This error is because the file permissions will not allow opening of it.

Try and use chmod command to give appropriate rwx to the file this will
solve that problem


HTH
>
> /home/craig is that user's directory.  Can anyone think of what my problem
> is here?  Or perhaps recommend a program I could use to extract the data via
> an odbc connection like SQL Server's import data utility? (don't have SQL
> Server where I am currently)  Since this is postgresql 6.5, PGAdmin II won't
> connect to it.  PHPPGAdmin is install on that server but is having similar
> problems exporting the data.
>
> Any help would be greatly appreciated.  Even just exporting the schema would
> be helpful.
>
> Thanks,
>
> Craig S.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
Darren Ferguson


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

Предыдущее
От: Justin Clift
Дата:
Сообщение: Swedish version of the PostgreSQL "Advocacy and Marketing" site is ready
Следующее
От: Boris Köster
Дата:
Сообщение: Yet another free CMS that works with PostgreSQL