forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9f19f3c
committed
Added:
<> o Improve PL/PgSQL exception handling> o Allow PL/PgSQL parameters to be specified by name and type during> definition> o Allow PL/PgSQL function parameters to be passed by name,> get_employee_salary(emp_id => 12345, tax_year => 2001)> o Add PL/PgSQL packages> o Allow array declarations and other data types in PL/PgSQl DECLARE> o Add PL/PgSQL PROCEDURES that can return multiple values1 parent969e024 commit9f19f3c
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
256 |
| - | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
257 | 264 |
| |
258 | 265 |
| |
259 | 266 |
| |
|
0 commit comments
Comments
(0)