On 2009-08-31, bilal ghayyad <[email protected]> wrote: > Just writing a Function in the PostgreSQL it self (so it is sql scripting). > It is not from any development language.
plpgsql or sql ? plpgsql has "GET DIAGNOSTICS": GET DIAGNOSTICS integer_var = ROW_COUNT; bye. -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
