zio-sql
zio-sql copied to clipboard
Add 'extract' function to PostgresModule
Add support for function extract described in the PostgreSQL docs.
- Add function to
PostgresFunctionDefinPostgresModule - Add test in
FunctionDefSpec
I'll try this one.
This is still an open issue.
This function needs extra handling as it's input is not a simple list of parameters. The signature is
extract ( field from timestamp )