Re: the integer type

From: "chris smith" <dmagick(at)gmail(dot)com>
To: "Zahir Lalani" <zahir(at)systemz(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: the integer type
Date: 2006-04-13 14:17:07
Message-ID: 3c1395330604130717s15849e8do83fb07d4a023bbe8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I have only recently started to use Postgresql and have a problem. I am
> using v8.1 on windows.
> I cannot seem to get the DB to accept either INT or INTEGER as a type
> when using the admin tool. Only INT2 or INT4 work.
> I even downloaded Navicat trial and this has the same issue. Is there a
> setup required to allow these
> standard types to be enabled?

It's a built in type so you don't need to do anything.

So something like this:

create table t1(a int);

fails?

What message do you get?

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter L. Berghold 2006-04-13 14:18:27 Re: posting request
Previous Message Harald Armin Massa 2006-04-13 14:16:36 Re: browser shows garbage instead of UTF-8 characters