Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA00032; Fri, 12 Jul 91 12:37:58 -0700
Date: Fri, 12 Jul 91 12:37:58 -0700
Message-Id: <9107121937.AA00032@postgres.Berkeley.EDU>
From: Dik Lee <dlee@cis.ohio-state.edu>
Subject: substring comparison in postgres
To: postgres@postgres.berkeley.edu

Does v2.1 allows substring comparison (title ="*database*").
Or do I have to implement it as a method?
Would v3 supports it?

Given the builtin operations for time comparison, it seems
to be reasonable to support substring search as builtin, but
I couldn't find it anywhere in the manual.

Also, does anyone have or find the fix for the copy command?

Dik
