Routines
| Name | Type | Language | Deterministic | Return Type | Security Restriction | Comments |
|---|---|---|---|---|---|---|
| film_not_in_stock | FUNCTION | SQL | false | SETOF integer | INVOKER | |
| last_updated | FUNCTION | PLPGSQL | false | trigger | INVOKER | |
| film_in_stock | FUNCTION | SQL | false | SETOF integer | INVOKER | |
| _group_concat | FUNCTION | SQL | true | text | INVOKER | |
| group_concat | AGGREGATE | INTERNAL | true | text | INVOKER | |
| inventory_in_stock | FUNCTION | PLPGSQL | false | boolean | INVOKER | |
| get_customer_balance | FUNCTION | PLPGSQL | false | numeric | INVOKER | |
| rewards_report | FUNCTION | PLPGSQL | false | SETOF customer | DEFINER | |
| last_day | FUNCTION | SQL | true | date | INVOKER | |
| inventory_held_by_customer | FUNCTION | PLPGSQL | false | integer | INVOKER |