Re: [GENERAL] howto create dynamic table name in plpgsql function.

2005-11-25 Thread Jaime Casanova
On 11/25/05, Thies C. Arntzen <[EMAIL PROTECTED]> wrote: > hello, > > i have a table with documents that have an id and belong to a pool: > (the sample tables have no indices, i know) > > > Table "public.asset" > Column | Type | Modifiers > --+-+--- > asset_id |

[GENERAL] howto create dynamic table name in plpgsql function.

2005-11-25 Thread Thies C. Arntzen
hello, i have a table with documents that have an id and belong to a pool: (the sample tables have no indices, i know) Table "public.asset" Column | Type | Modifiers --+-+--- asset_id | integer | pool_id | integer | content | text| each pool belongs to