Re: VARCHAR to INTEGER conversion

From: Darren Ferguson <darren(at)crystalballinc(dot)com>
To: Jeff Eckermann <jeff_eckermann(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: VARCHAR to INTEGER conversion
Date: 2002-01-17 15:17:19
Message-ID: Pine.LNX.4.10.10201171015310.3718-100000@thread.crystalballinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 17 Jan 2002, Jeff Eckermann wrote:

> PostgreSQL allows for function overloading, i.e. you

Tried to avoid this since you do not want duplicate functions all over the
system. but i had considered a wrapper.

Steve's solution from last night worked in the conversion to text and then
integer so implemented that.

Thank you for the reply though it is very much appreciated

Darren

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nicholas Piper 2002-01-17 15:20:12 pattern-match selectivity code and lower(thing) LIKE
Previous Message Jeff Eckermann 2002-01-17 15:09:51 Re: VARCHAR to INTEGER conversion