Re: Tablespaces - Mailing list pgsql-hackers

From Shridhar Daithankar
Subject Re: Tablespaces
Date
Msg-id 200402261608.50626.shridhar@frodo.hserus.net
Whole thread Raw
In response to Tablespaces  (Gavin Sherry <swm@linuxworld.com.au>)
List pgsql-hackers
On Thursday 26 February 2004 15:37, Gavin Sherry wrote:
> Tying it all together:
>
> The catalogs pg_database, pg_namespace, and pg_class will have a 'tblspc'
> field. This will be the OID of the table space the object resides in, or 0
> (default table space). Since we can then resolve relid/relname, schema and
> database to a tablespace, there aren't too many cases when extra logic
> needs to be added to the IO framework. In fact, most of it is taken care
> of because of the abstraction of relpath().
>
> The creation of table spaces will need to be recorded in xlog in the same
> way that files are in heap_create() with the corresponding delete logic
> incase of ABORT.

Is tablespace some sort of copyrighted? Last I remembered, the discussion was 
about location/storage
Just a thought..
Shridhar


pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Tablespaces
Next
From: Hans-Jürgen Schönig
Date:
Subject: Re: Tablespaces