Prev: pgsql: Augment WAL records for btree deletewith GetOldestXmin() to
Next: [HACKERS] Alpha release this week?
From: Pavel Stehule on 28 Mar 2010 01:42 > > It seems odd to require a dummy ELSE clause that does nothing just to > avoid having an exception thrown, but I'm not sure what else to make > of the quoted portion of the spec. Â What do you think it's saying? > I thinking so it designed to be protected before processing CASE statement without any effect. You can design CASE for some values, and when is there different value (in runtime), then your an design can be invalid. So current the design is need some lines more, but is safe. SQL CASE returns NULL if no expression is executed. PSM CASE raises exception. Regards Pavel > ...Robert > > -- > Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-hackers > -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
First
|
Prev
|
Pages: 1 2 Prev: pgsql: Augment WAL records for btree deletewith GetOldestXmin() to Next: [HACKERS] Alpha release this week? |