October 16th, 2010 by depesz | Tags: alter, alter type, functions, pg91, postgresql, srf, type | 2 comments »
On 26th of September, Peter Eisentraut committed patch which adds: Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE Like with tables, this also requires allowing the existence of composite types with zero attributes. reviewed by KaiGai Kohei
November 3rd, 2008 by depesz | Tags: functions, pg84, pl/*, plpgsql, postgresql, select, srf | 6 comments »
On 28th of October Tom Lane committed his patch that changes some internals of functions, but it also adds interesting capability.
Pavel Stehule wrote, and Tom Lane committed patch which ads new syntax for set-returning functions: "RETURNS TABLE".
