Re: History - Mailing list pgsql-general

From Alan Gutierrez
Subject Re: History
Date
Msg-id 200302021909.18300.ajglist@izzy.net
Whole thread Raw
In response to Re: History  (Oliver Elphick <olly@lfix.co.uk>)
List pgsql-general
On Sunday 02 February 2003 06:41, Oliver Elphick wrote:
> On Sun, 2003-02-02 at 05:07, will trillich wrote:

> > but -- is there some way to tell which offspring table the delta
> > record came from? now THAT would be useful.

There is no good way.

> junk=# select c.relname, d.* from delta as d, pg_class as c where
> d.tableoid = c.oid;

See what I mean?

>  relname | id |  created
> ---------+----+------------
>  delta   |  2 | 2002-05-18
>  loc     |  1 | 2003-02-02
>  loc     |  3 | 2003-02-02
> (3 rows)

--
Alan Gutierrez - ajglist@izzy.net
http://khtml-win32.sourceforge.net/ - KHTML on Windows


pgsql-general by date:

Previous
From: Alan Gutierrez
Date:
Subject: Re: History
Next
From: "Nigel J. Andrews"
Date:
Subject: DBI driver and transactions