Re: image storing

From: Jeff Hoffmann <jeff(at)propertykey(dot)com>
To: Brook Milligan <brook(at)biology(dot)nmsu(dot)edu>
Cc: betsemes(at)hotmail(dot)com, bmccoy(at)chapelperilous(dot)net, aalang(at)rutgersinsurance(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: image storing
Date: 2000-10-06 21:29:31
Message-ID: 39DE443B.23BFCC02@propertykey.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Brook Milligan wrote:
>
> But I think that hyperlinks would be a good addition to data types
> repertoire to pgsql.
>
> And how would the behavior of such a datatype differ from, for
> example, a text datatype? My interpretation would be that if the
> consumer of the data wants to display it as a hyperlink, fine, but
> that that is the job of the application not the database. Am I
> missing something?

there are a bunch of data types like this that might be interesting to
some people. some of the reasons that you might want a data type like
this are verification that a URL is valid and the ability to search the
URL's by hostname, protocol, etc. i can't say that i'd be that
interested in it, but that shouldn't stop somebody from thinking about
doing something like this.

--

Jeff Hoffmann
PropertyKey.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-10-06 21:29:54 Re: Blown Index? Corrupted Table?
Previous Message Brook Milligan 2000-10-06 21:20:27 Re: image storing