Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f19f3c

Browse files
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 values
1 parent969e024 commit9f19f3c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎doc/TODO

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Tue Aug 13 22:24:31 EDT 2002
3+
Last updated:Tue Aug 13 22:49:31 EDT 2002
44

55
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -253,7 +253,14 @@ Commands
253253
o Fix problems with complex temporary table creation/destruction
254254
without using PL/PgSQL EXECUTE, needs cache prevention/invalidation
255255
o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
256-
256+
o Improve PL/PgSQL exception handling
257+
o Allow PL/PgSQL parameters to be specified by name and type during
258+
definition
259+
o Allow PL/PgSQL function parameters to be passed by name,
260+
get_employee_salary(emp_id => 12345, tax_year => 2001)
261+
o Add PL/PgSQL packages
262+
o Allow array declarations and other data types in PL/PgSQl DECLARE
263+
o Add PL/PgSQL PROCEDURES that can return multiple values
257264

258265
Clients
259266
=======

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp