Re: [GENERAL] SQL Regular expression

1999-07-14 Thread John M. Flinchbaugh
On Wed, 14 Jul 1999, Albert Chen wrote: > I want to search my database table named ex, whose the attribute is > subject, > and list the results that matches the keyword 'electric'. > I run the SQL command: SELECT subject FROM ex WHERE subject='*electric*'; use one of the following: select subj

Re: [GENERAL] Definitive list of new types in 6.5 needed

1999-06-25 Thread John M. Flinchbaugh
On Sat, 26 Jun 1999, Robert Chalmers wrote: > Is there a definitive list of types in 6.5 ? Not just the new ones, but all > types? Or do I just wade through the documentation as usual - assuming that > the latest docs are indeed the latest docs :-) in psql monitor, \dT. }John