Re: analyze.c

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Anja Klein" <Kruemelmonster_81(at)web(dot)de>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: analyze.c
Date: 2004-07-16 17:56:25
Message-ID: 200407161956.25140.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Anja Klein wrote:
> how can i tell postgres. that it should only create the sample table,
> when the original table to be created has the name "origin" or
> something like that? or that it should only act, if some user wants
> to create the table, not postgres itself?

You would presumably do a strcmp() on the name of the table to be
created before you jump into your new code that creates the sample
table.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

  • analyze.c at 2004-07-16 09:41:59 from Anja Klein

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-07-16 18:30:13 Re: Point in Time Recovery
Previous Message Simon Riggs 2004-07-16 17:13:02 Re: Point in Time Recovery