Re: the integer type

Поиск
Список
Период
Сортировка
От chris smith
Тема Re: the integer type
Дата
Msg-id 3c1395330604130717s15849e8do83fb07d4a023bbe8@mail.gmail.com
обсуждение исходный текст
Ответ на the integer type  ("Zahir Lalani" <zahir@systemz.net>)
Список 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/

В списке pgsql-general по дате отправления:

Предыдущее
От: "Harald Armin Massa"
Дата:
Сообщение: Re: browser shows garbage instead of UTF-8 characters
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: [HACKERS] RH9 postgresql 8.0.7 rpm