Prepared Statement - Mailing list pgsql-novice

From Rosenblum, Jason
Subject Prepared Statement
Date
Msg-id 77674A6023BF8C48B7DA05B9451CC31C022701BE@wcmhmail.wcmh.org
Whole thread Raw
Responses Re: Prepared Statement  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Is it possible to create a prepared statement with a parameter that is
actually the column name of a table?

i.e. prepare foo(?) as select $1, count(*) from boo group by $1

Thanks,
Jason

pgsql-novice by date:

Previous
From: Semyon Chaichenets
Date:
Subject: Re: plpgsql: help with RECORD type
Next
From: Tom Lane
Date:
Subject: Re: Prepared Statement