Re: Correcting Error message

From: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
To: Michael Glaesemann <grzm(at)seespotcode(dot)net>
Cc: Piyush Newe <piyush(dot)newe(at)enterprisedb(dot)com>, pgsql-hackers(at)postgresql(dot)org, tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: Re: Correcting Error message
Date: 2010-02-27 06:08:39
Message-ID: 3073cc9b1002262208t7ff4e6eavc966216fc3d5355@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 26, 2010 at 7:12 PM, Michael Glaesemann
<grzm(at)seespotcode(dot)net> wrote:
>
> In any event, I couldn't get your example to work on Postgres 8.4 regardless
> due to the varchar2 type. Which version of Postgres are you using?
>
> test=# CREATE TABLE footable(id int4, name varchar2(10));
> ERROR:  type "varchar2" does not exist
>

it;s probably postgres plus (the enterprisedb fork), because varchar2
it's an oracle invention

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-02-27 06:16:34 Re: Correcting Error message
Previous Message Gokulakannan Somasundaram 2010-02-27 05:42:41 Re: A thought on Index Organized Tables