| 178 | | AKCJE |
| 179 | | oblig=# \d proc_actions |
| 180 | | Table "public.proc_actions" |
| 181 | | Column | Type | Modifiers |
| 182 | | --------+---------+--------------------------------------------------------------- |
| 183 | | pracid | integer | not null default nextval('proc_actions_pracid_seq'::regclass) |
| 184 | | actnam | text | [onBeforeProcedureChange|onAfterProcedureChange|onBeforeStageChange|onAfterStageChange] |
| 185 | | keyval | integer | |
| 186 | | clsnam | text | |
| 187 | | |
| 188 | | KOMENDY |
| 189 | | oblig=# \d action_commands |
| 190 | | Table "public.action_commands" |
| 191 | | Column | Type | Modifiers |
| 192 | | --------+---------+----------- |
| 193 | | pracid | integer | |
| 194 | | cmdnam | text | |
| 195 | | params | text | |
| 196 | | |
| 197 | | }}} |