Re: CREATE TYPE

From: sad <sad(at)bankir(dot)ru>
To: "Ameen - Etemady" <eetemadi(at)ce(dot)sharif(dot)edu>, pgsql-sql(at)postgresql(dot)org
Subject: Re: CREATE TYPE
Date: 2004-11-04 06:30:43
Message-ID: 200411040930.43377.sad@bankir.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello

i note something related to this discussion

> create table mytmp(name myvarchar(10,"en_US"));

i meant that "en_US" is a locale name, then it means natural language and
also character encoding -- those both things are not a matter of SQL-TYPE at
all. It is wrong to represent application specific data in SQL-TYPE itself.

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 Michael L. Hostbaek 2004-11-04 16:54:30 Group by and aggregates
Previous Message stuff 2004-11-03 20:06:00 oracle v$session equivalent in postgresql