wild card functions in select statement? - Mailing list pgsql-interfaces

From Gary Lazarus
Subject wild card functions in select statement?
Date
Msg-id 001d01bec690$e03d5a20$3802a8c0@is1.main.ckpg.in
Whole thread Raw
List pgsql-interfaces
Hi,
 
I'd like to execute a 'select' statement that is built from an HTML form, using wild cards to get a 'smart listing' from my PostgreSQL database.
 
Something like; Select * from esdb where uid='Gary' and pass='*' and temp='*.pdf' 
 
This way I could get a complete data extraction of all accounts with a uid of Gary, indifferent to the password, and with a .pdf assigned.
 
Are there available wild cards?
 
Thanks,
Gary Lazarus

pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: [INTERFACES] Time and microseconds?
Next
From: srihari mule
Date:
Subject: ODBC Connectivity....