Re: tablespace? - Mailing list pgsql-novice

From Richard Broersma Jr
Subject Re: tablespace?
Date
Msg-id 20060927213306.94953.qmail@web31815.mail.mud.yahoo.com
Whole thread Raw
In response to tablespace?  (Ray Stell <stellr@cns.vt.edu>)
List pgsql-novice
> I see no mention of tablespace in Worsley and Drake.  Is ts not
> smiled on, new, or just not in the scope of the book?  No option on create
> user to define a default ts makes me wonder if ts is not "good."
>

I am not sure if I remember correctly, but I remember reading something on the general-mailing
list about a year ago that suggested that care had to be taken to get the data off of all of the
tablespaces in relation to the main data direcotry, if file system back-ups were used.

However on *nix, symbolic links are used easily enough to provide similar access to data on other
files sytems without any complication in the DDL statements.

In my book by douglas, mention was made to using table spaces for placing indexs on expensive/fast
access semi-conductor drives.  But I imagine this could also be achieved with symoblic links
anyway.

Regards,

Richard Broersma Jr.


pgsql-novice by date:

Previous
From: Ray Stell
Date:
Subject: tablespace?
Next
From: pr0v4
Date:
Subject: Re: pass date type data to PQexecparams