Search function

From: Keith Worthington <KeithW(at)NarrowPathInc(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Search function
Date: 2005-06-23 02:55:07
Message-ID: 42BA248B.5020401@NarrowPathInc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi All,

I am working on an application that has a search dialog. The dialog is
automatically populated with all of the available fields. It gets the
field names from the views that were used on the form that the search
dialog was launched from.

The issue that is slowly getting unmanageable is handling the different
data types. If it is a date do this, if it is a string do that and if
it is a boolean do something else.

I would like to remove this complexity from the application.

I am hoping that there is a way given the view/column names that I can
either
1) dynamically build the WHERE clause
2) dynamically build the whole query
3) dynamically build the whole query, run it and return the results

Has anyone tried something like this before?

--
Kind Regards,
Keith

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Derrick Betts 2005-06-23 04:22:19 Re: Search function
Previous Message Michael Fuhr 2005-06-23 01:37:56 Re: Raise Notice