Re: bootstrap tables

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: bootstrap tables
Date: 2001-01-06 02:50:03
Message-ID: Pine.LNX.4.30.0101060348111.979-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ross J. Reedstrom writes:

> > Do you really need the thing to be a bootstrap table, and not a plain
> > system table?
>
> Yup, 'cause it's going to store the schema info, including the system
> schema. I forsee it needing to be accessed immediately during bootstrap.

Does "schema info" mean SQL schemas or merely additional schema
information along the lines of pg_class, etc.?

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-01-06 02:54:19 Re: Beta2 ... ?
Previous Message mike 2001-01-06 02:10:31 Re: Beta2 ... ?