Re: Field types

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Field types
Дата
Msg-id 17952.1015357750@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Field types  ("Pirtea Calin" <pcalin@rdsor.ro>)
Список pgsql-general
"Pirtea Calin" <pcalin@rdsor.ro> writes:
>> int8 should certainly work on that.  What exactly did you try,
>> and what happened?
>>
> create table catalog1
> (id int8 not null primary key
> ,Info1 VarChar(15) not null
> ,Info2 VarChar(30) not null);

Looks fine to me.  You still haven't shown us exactly what goes wrong
for you (like a query and an error message ...)

> Question: Why "Alignment = Double"

That's what it's supposed to be.

> The version string "PostgreSQL 7.1.3 on i686-pc-linux-gnu, compiled by GCC
> 2.95.3"
> is from pgAdmin II connection info.
> Is it posible that my server is not what this info sais?

Try "select version()" to get the server version for sure.

            regards, tom lane

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

Предыдущее
От: "Pirtea Calin"
Дата:
Сообщение: Re: Field types
Следующее
От: James Leigh
Дата:
Сообщение: Re: lo_open problems