Properties

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

SQL

See Also

List of functions