Re: Re: [SQL] textsubstr() ...? for postgres 7 beta5

From: nathan(at)khmere(dot)com
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-general <pgsql-general(at)postgreSQL(dot)org>, pghackers <pgsql-hackers(at)postgreSQL(dot)org>, "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: Re: [SQL] textsubstr() ...? for postgres 7 beta5
Date: 2000-04-30 22:59:09
Message-ID: 390CBABD.7352473D@khmere.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:

> nathan(at)khmere(dot)com writes:
> > I have installed the beta 7 for postgres but... it seems to be missing
> > some text functions ? l
>
> > like the textsubstr ?
>
> Huh? There is no function named textsubstr() in 6.5.*, either. Perhaps
> you had some locally user-defined functions you forgot to reinstall?
>
> regards, tom lane

Opps...

Ok, well I made a mistake....

it is not textsubstr() but this : (found in 6.5.2 redhat )

result |function |arguments |description
--------+-------------+---------------+---------------------------------------

text |text_substr |text int4 int4 |return portion of string

Is this in 7.0 ?

(PS this is not user defined, well at least I did not make it ...? )

thank you

nathan

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-05-01 00:30:58 Re: [HACKERS] Re: Re: [SQL] textsubstr() ...? for postgres 7 beta5
Previous Message Alfred Perlstein 2000-04-30 17:18:08 implementing refcounts across tables.