dynamic #include's?

From: mcarthey(at)execpc(dot)com (Mark)
To: pgsql-hackers(at)postgresql(dot)org
Subject: dynamic #include's?
Date: 2001-10-23 12:53:00
Message-ID: 1f3904c8.0110230453.6dc4505c@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have an idea for creating a Perl script, but I just wanted to make
sure that no one has already created something similar.
When doing a full row select, it's necessary to create all the bind
variables, and then do a column by column select statement. Ugly. I
want to automagically create an include that I would be able to place
in the DECLARE SECTION and also use in the SELECT statements.
All of these methods are based upon my prior experience with embedded
sql, so if Postgres has a better method, or something new has come up,
please let me know.
Thanks!
Mark

Browse pgsql-hackers by date

  From Date Subject
Next Message Doug McNaught 2001-10-23 13:01:59 Re: Index of a table is not used (in any case)
Previous Message Steven Vajdic 2001-10-23 12:22:51 Re: Postgres 7.1.3. installation on Windows platforms