Re: CREATE TYPE - Mailing list pgsql-sql

From Jeff
Subject Re: CREATE TYPE
Date
Msg-id C0DDC9D8-2DB4-11D9-9704-000D9366F0C4@torgo.978.org
Whole thread Raw
In response to CREATE TYPE  ("Ameen - Etemady" <eetemadi@ce.sharif.edu>)
List 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@jefftrout.com>
http://www.jefftrout.com/
http://www.stuarthamm.net/



pgsql-sql by date:

Previous
From: "Ameen - Etemady"
Date:
Subject: CREATE TYPE
Next
From: patrick ~
Date:
Subject: Re: vacuum analyze slows sql query