BINARY and BINARY VARYING datatypes in PostgreSQL

Поиск
Список
Период
Сортировка
От Grzegorz Szpetkowski
Тема BINARY and BINARY VARYING datatypes in PostgreSQL
Дата
Msg-id BANLkTi=8Ws27gAVkQY44gf9OH2j_+kME2w@mail.gmail.com
обсуждение исходный текст
Ответы Re: BINARY and BINARY VARYING datatypes in PostgreSQL  (Susanne Ebrecht <susanne@2ndQuadrant.com>)
Список pgsql-sql
I know that BIT and BIT VARYING types were deleted from SQL:2003 and
there are "old new" BINARY, BINARY VARYING in SQL:2008. I have two
question:

1) Are these types technically the same (I mean implementation things) ?
2) Is PostgreSQL aim to support BINARY, BINARY VARYING in 9.1 and
leave BIT and BIT VARYING for backward compability (for example as
aliases) ?

"PostgreSQL supports most of the major features of SQL:2008. Out of
179 mandatory features required for full Core conformance, PostgreSQL
conforms to at least 160. In addition, there is a long list of
supported optional features. It might be worth noting that at the time
of writing, no current version of any database management system
claims full conformance to Core SQL:2008."

from: http://developer.postgresql.org/pgdocs/postgres/features.html

Regards,
Grzegorz Szpetkowski


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

Предыдущее
От: Svenne Krap
Дата:
Сообщение: Re: Multiple recursive part possible?
Следующее
От: Steven Dahlin
Дата:
Сообщение: getting PSQLException Can't infer the SQL type to use with Native Query call