Name: | substring |
Specific name: | substring(bit, integer) |
Owner: | postgres |
Argument count: | 2 |
Return type: | bit |
Language: | sql |
Return a set: | |
Source: | select pg_catalog.substring($1, $2, -1) |
Volatility: | |
Security of definer: | |
Strict: | |
Comment: | return portion of bitstring |
See Also
List of functions