| Name: | date_part |
| Specific name: | date_part(text, abstime) |
| Owner: | postgres |
| Argument count: | 2 |
| Return type: | float8 |
| Language: | sql |
| Return a set: | |
| Source: | select pg_catalog.date_part($1, cast($2 as timestamp with time zone)) |
| Volatility: | |
| Security of definer: | |
| Strict: | |
| Comment: | extract field from abstime |
See Also
List of functions