Re: [BUGS] help me

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Baley OUATTARA <ouattara(at)ivoiris(dot)ci>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [BUGS] help me
Date: 2000-08-17 06:19:20
Message-ID: Pine.BSF.4.10.10008162301240.95500-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-bugs


[Set mailing list to admin, since admin seems more appropriate than
bugs]

On Wed, 16 Aug 2000, Baley OUATTARA wrote:

> i have a problems for deploying database POSTGRESQL ON MY OS linux
>
> first point is :
> i want to put the data of database in another location, what can i do at
> installation and after installation

Do you mean all databases or a specific one?
I believe initdb takes an argument that will let it set the data directory
(although you will also have to tell the backend where it is). For
a specific database, there is a mechanisms for saying create
in this location, but it seems a little hard to use. You can also use
symlinks (Big problem with symlinks is restoring the database, since you
have to remember that you moved it in the first place)

> second point is:
> when the location is full what can i do for extend the database in the nex
> location

As of 7.0 it's fairly wierd. You need to use symlinks to move the
databases (tables, indexes, etc) around. And, I'm not sure if it's safe
to make the symlinks for non-existant segments, so new segments would
probably be created in the databases directory until moved. There's
been some talk on -hackers about changing some of this stuff, so you
might want to check out the archives.

> third point is
> i have a file whom is containt the texte in ascii with delimiters the field
> is ";" , when i use:
> "COPY mytable From file delimiters ";"
> this command return error
> "COPY command, running in backend with effective uid 40 , could not open
> file '/home/ouatt/yyy208' for reading errno=permission denied (13)"

You probably really wanted \copy not COPY. IIRC COPY runs as the postgres
user (and on the server), who may not have access to the file in another
user's home directory, whereas \copy is from the client and uses the
client's file permissions.

In response to

  • help me at 2000-08-16 17:58:46 from Baley OUATTARA

Browse pgsql-admin by date

  From Date Subject
Next Message Patrick Aland 2000-08-17 12:20:47 User question
Previous Message Roberto Nakai 2000-08-16 18:36:10 How to drop a template1 owner user

Browse pgsql-bugs by date

  From Date Subject
Next Message Karel Zak 2000-08-17 10:47:43 Re: Bug in to_timestamp()
Previous Message Gqms2 Galway 2000-08-16 21:41:18 Bug in to_timestamp()