Name: | bit_length |
Specific name: | bit_length(bytea) |
Owner: | postgres |
Argument count: | 1 |
Return type: | int4 |
Language: | sql |
Return a set: | |
Source: | select pg_catalog.octet_length($1) * 8 |
Volatility: | |
Security of definer: | |
Strict: | |
Comment: | length in bits |
See Also
List of functions