Re: pg_attributte, data types

From: Viktor Bojović <viktor(dot)bojovic(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: pg_attributte, data types
Date: 2011-03-24 07:49:28
Message-ID: AANLkTikJfv92q4tx-hPwDyBG5TPUOGyB20kV-s3PPTD4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, Mar 24, 2011 at 12:56 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> =?UTF-8?Q?Viktor_Bojovi=C4=87?= <viktor(dot)bojovic(at)gmail(dot)com> writes:
> > while listing data types i have noticed that some types have underscore
> > prefix but i don't know why is that. so im asking if somene can tell me.
> > These are type examples:
>
> > _char
> > _float4
> > _int2
> > _oid
> > _regtype
> > _text
> > _varchar
>
> Those are array types. The normal convention is that foo[] is named
> "_foo" under the surface.
>
> regards, tom lane
>

thanx

--
---------------------------------------
Viktor Bojović
---------------------------------------
Wherever I go, Murphy goes with me

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Vibhor Kumar 2011-03-24 16:30:48 Re: converting big int to date
Previous Message Isaac T. Dover 2011-03-24 05:21:00 Re: xml2 support