On 4/16/2012 4:29 PM, Bill MacArthur wrote:
On 4/16/2012 4:11 PM, Tom Lane wrote:
Bill MacArthur writes:
I have a view "configurations.tp_transactions" which is a blend of many tables using
INNER and LEFT JOINs. I want to populate a temp table from which I can obtain the data and
programmat
On 4/16/2012 4:11 PM, Tom Lane wrote:
Bill MacArthur writes:
I have a view "configurations.tp_transactions" which is a blend of many tables using
INNER and LEFT JOINs. I want to populate a temp table from which I can obtain the data and
programmatically write queries to operate on that data u
Bill MacArthur writes:
> I have a view "configurations.tp_transactions" which is a blend of many
> tables using INNER and LEFT JOINs. I want to populate a temp table from which
> I can obtain the data and programmatically write queries to operate on that
> data using certain PLPGSQL functions i
Hello, I am hoping that I'm just missing some kind of syntax tweak, but after
experimenting a bit, I cannot seem to get this working.
I have a view "configurations.tp_transactions" which is a blend of many tables using
INNER and LEFT JOINs. I want to populate a temp table from which I can obtai