Skip to content

Commit

Permalink
Update readme for #5588.
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed May 13, 2021
1 parent 64c76f7 commit 2ca31bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/sql.extensions/README.hex_literals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Syntax:
{ 0x | 0X } <hexit> [ <hexit>... ]

<binary string literal> ::=
{ x | X } <quote> [ { <hexit> <hexit> }... ] <quote>
{ x | X } <quote> [ <space>... ] [ { <hexit> [ <space>... ] <hexit> [ <space>... ] }... ] <quote>
[ { <separator> <quote> [ <space>... ] [ { <hexit> [ <space>... ] <hexit> [ <space>... ] }... ] <quote> }... ]

<digit> ::=
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
Expand Down

0 comments on commit 2ca31bf

Please # to comment.