Re: CREATE TYPE

From: Jeff <threshar(at)torgo(dot)978(dot)org>
To: "Ameen - Etemady" <eetemadi(at)ce(dot)sharif(dot)edu>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: CREATE TYPE
Date: 2004-11-03 16:23:53
Message-ID: C0DDC9D8-2DB4-11D9-9704-000D9366F0C4@torgo.978.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On Nov 3, 2004, at 10:56 AM, Ameen - Etemady wrote:
>
> I like to do it like this:
> create table mytmp(name myvarchar(10,"en_US"));
>
you can't unless you modify the parser.
It has special cases to support varchar (and numeric) syntax.

--
Jeff Trout <jeff(at)jefftrout(dot)com>
http://www.jefftrout.com/
http://www.stuarthamm.net/

In response to

  • CREATE TYPE at 2004-11-03 15:56:28 from Ameen - Etemady

Browse pgsql-sql by date

  From Date Subject
Next Message patrick ~ 2004-11-03 18:31:33 Re: vacuum analyze slows sql query
Previous Message Ameen - Etemady 2004-11-03 15:56:28 CREATE TYPE