| From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Patches <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: Dependencies on shared objects |
| Date: | 2005-07-05 20:40:19 |
| Message-ID: | 20050705204019.GA20102@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
On Tue, Jul 05, 2005 at 04:32:22PM -0400, Tom Lane wrote:
> Another question about this: why bother with dependencies on
> tablespaces? That seems to me to be isomorphic with dependencies on
> databases --- we don't need those either, because in both cases we
> count on the filesystem to provide ground truth about which objects
> live inside a database/tablespace.
Because it appeared ugly to me to require information from the
filesystem for something that should be known internally in the
database (system catalogs). No other reason that I remember.
--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"You knock on that door or the sun will be shining on places inside you
that the sun doesn't usually shine" (en Death: "The High Cost of Living")
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jochem van Dieten | 2005-07-05 20:42:41 | Re: Constraint Exclusion (Partitioning) |
| Previous Message | Tom Lane | 2005-07-05 20:32:22 | Re: Dependencies on shared objects |