Re: find the template of a database in SQL

From: "Walter Cruz" <walter(dot)php(at)gmail(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: find the template of a database in SQL
Date: 2006-08-18 16:12:03
Message-ID: 32cabba0608180912i6a636d8bj8b3bbdea2054eb8f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

well, when I create a database, it inherits from template1

When I have a table that I don't know if it inherits from template 1,
how can I find the 'super' ?

[]'s
- Walter
On 8/18/06, Joshua D. Drake <jd(at)commandprompt(dot)com> wrote:
> Walter Cruz wrote:
> > Hi all..
> >
> > There's some way to find the template of a database in SQL (using 7.4)?
> Find the template? Could you clarify your question?
>
> >
> > []'s
> > - Walter
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 1: if posting/reading through Usenet, please send an appropriate
> > subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> > message can get through to the mailing list cleanly
> >
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2006-08-18 16:17:56 Re: find the template of a database in SQL
Previous Message Joshua D. Drake 2006-08-18 16:10:15 Re: find the template of a database in SQL