new contrib: decode(..) concat(..)

From: mlw <markw(at)mohawksoft(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: new contrib: decode(..) concat(..)
Date: 2002-04-28 22:29:48
Message-ID: 3CCC77DC.60593CD6@mohawksoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Decode is a simple function inspired by Oracle's decode function, useful for
creating queries that work on both Oracle and PostgreSQL.

concat(...) concatinates multiple strings into one string.

Attachment Content-Type Size
decode.tar.gz application/x-gzip 2.3 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2002-04-29 01:24:28 pg_dump broken in cvs tip
Previous Message mlw 2002-04-28 20:44:48 a new contrib