Re: bitwise storage and operations

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: bitwise storage and operations
Дата
Msg-id CAKFQuwYYFHjD-3YdruT=VEK6PVJdyUYBgt2jQ3ZuheJ5bBtUKQ@mail.gmail.com
обсуждение исходный текст
Ответ на bitwise storage and operations  (Jonathan Vanasco <postgres@2xlp.com>)
Список pgsql-general
On Mon, Sep 26, 2016 at 1:44 PM, Jonathan Vanasco <postgres@2xlp.com> wrote:
The documentation doesn't have any examples for SELECT for the bitwise operators, 

Um...


SELECT B'111'::varbit & B'101'::varbit = B'101'::varbit 

​SELECT 10::bit(8)::varbit​
​David J.​

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

Предыдущее
От: Jonathan Vanasco
Дата:
Сообщение: bitwise storage and operations
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: bitwise storage and operations