Re: retrieve statement from catalogs

Lists: pgsql-general
From: "Jaime Casanova" <el_vigia_ec(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: retrieve statement from catalogs
Date: 2003-11-02 21:31:42
Message-ID: BAY8-F33llTVcKzol47000191a1@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

What a solution!!!

I need to insert the querys in a table

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail


From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Jaime Casanova <el_vigia_ec(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: retrieve statement from catalogs
Date: 2003-11-23 18:19:05
Message-ID: 3FC0FA19.6040807@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hi Jaime,

Jaime Casanova wrote:
> What a solution!!!
>
> I need to insert the querys in a table
>
Why?
And what about using the logfile for anylysis?
And if you really want a custom log of your
generated queries - why not just insert your
query literals after generation in your table?
Of course, it can be a big resource hog, but
you apparently want it :-)

Regards
Tino Wildenhain