Properties

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

SQL

See Also

List of functions