Name: | pg_timezone_abbrevs |
Specific name: | pg_timezone_abbrevs(OUT abbrev text, OUT utc_offset interval, OUT is_dst boolean) |
Owner: | postgres |
Argument count: | 0 |
Return type: | record |
Language: | internal |
Return a set: | |
Source: | pg_timezone_abbrevs |
Volatility: | |
Security of definer: | |
Strict: | |
Comment: |
CREATE FUNCTION pg_timezone_abbrevs(OUT abbrev text, OUT utc_offset interval, OUT is_dst boolean) RETURNS SETOF record
AS $$pg_timezone_abbrevs$$
LANGUAGE internal STABLE STRICT;
ALTER FUNCTION public.pg_timezone_abbrevs(OUT abbrev text, OUT utc_offset interval, OUT is_dst boolean) OWNER TO postgres;
See Also
List of procedures