util/int8.h: missing int8_text() function

From: Michael Enke <michael(dot)enke(at)wincor-nixdorf(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: util/int8.h: missing int8_text() function
Date: 2008-04-14 13:51:04
Message-ID: 48036148.1000408@wincor-nixdorf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,
I migrate from 8.1 to 8.3.
In 8.2.7 and previous there are functions int4_text() and int8_text(),
in 8.3.0 they are missing (not documented that they are removed in the release notes).
What I'm supposed to use instead of int8_text() now?
(I use my own datatype which is similar to varchar/text
and for a CREATE CAST (int8 as myType) WITH FUNCTION myFunction(int8) AS ASSIGNMENT;
I call the int8_text() function.)

Thank you,
Michael

--
Wincor Nixdorf International GmbH
Sitz der Gesellschaft: Paderborn
Registergericht Paderborn HRB 3507
Geschftsfhrer: Eckard Heidloff (Vorsitzender), Stefan Auerbach, Dr. Jrgen Wunram
Vorsitzender des Aufsichtsrats: Karl-Heinz Stiller
Steuernummer: 339/5884/0020 - Ust-ID Nr.: DE812927716 - WEEE-Reg.-Nr. DE44477193

Diese E-Mail enthlt vertrauliche Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtmlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist nicht gestattet.

This e-mail may contain confidential information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2008-04-14 16:11:29 Re: The default text search configuration will be set to "simple" ?
Previous Message Richard Huxton 2008-04-14 13:09:04 Re: Dump/Transfer Sequence Problems