mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Hi,
here is an updated version of the bit type with a bugfix and all the necessa ry SQL functions defined. This should replace what is currently in contrib. I'd appreciate any comments on what is there. Kind regards, Adriaan
This commit is contained in:
@ -7,9 +7,6 @@ make this code as independent as possible of the byte length, but it
|
||||
is quite possible that there may be problems on machines that don't
|
||||
have 8 bits/byte (are there still any around?).
|
||||
|
||||
In the input routines I have assumed that the parser eats the quotes
|
||||
in B'...' or X'...'.
|
||||
|
||||
The SQL standard only defines comparison, SUBSTR and concatenation
|
||||
operators, and these have been implemented. In addition all logical
|
||||
operators have been implemented, i.e. ~,|,&,^,<< and >>. This is
|
||||
|
Reference in New Issue
Block a user