Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('query.function_sig_id_seq'::regclass) |
|
|
||||||||
| function_name | text | 2147483647 | null |
|
|
|||||||||
| return_type | int4 | 10 | √ | null |
|
|
||||||||
| is_aggregate | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| function_sig_pkey | Primary key | Asc | id |
| query_function_sig_name_idx | Performance | Asc | function_name |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| qfd_rtn_or_aggr | (((return_type IS NULL) OR (is_aggregate = false))) |

