I have a task to pass arrays, records and in some cases array of records as a parameter to the stored procedures in PostgreSQL.
Any ideas?
|
I have a task to pass arrays, records and in some cases array of records as a parameter to the stored procedures in PostgreSQL. Any ideas? |
|||||
|
|
Postgres has very flexible handling of arrays and composite types. This may be the sort of thing you are trying to do:
|
||||
|
|