bytea type and precision.

Поиск
Список
Период
Сортировка
От Michael J Schout
Тема bytea type and precision.
Дата
Msg-id 199908021627.LAA17005@mail.gkg-com.com
обсуждение исходный текст
Список pgsql-hackers
Hi.

I am trying to get postgresql to store data from MS-Project via ODBC.  So
far I have managed to get pretty close, but the save operation fails when
creating a table with one column specified as "fieldname bytea(8)".
Postgresql does not like the precision argument and bombs out with a parse
error at the '('.  
e.g.: create table foo (f1 bytea)    # ok     create table foo (f1 bytea(8)) # fails

Awhile back on the list (dec 7 1998). this was brought up for inclusion
into the 6.4 tree.  Since Im running 6.5.1 I assume the patch that fixed
this never made it.  Was there a resolution to this issue as to why it
never was included into the main source?  And if so, does anyone know where
I can get this patch to get Project and postgresql to work together?

Thanks for any info anyone has.
Mike 


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

Предыдущее
От: "J. Michael Roberts"
Дата:
Сообщение: Re: flex (was Re: [HACKERS] Installation procedure.)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Binary cursor header changed from 20 to 16 Bytes?