Re: Portability, was: using functions to generate custom error messages

From: Alberto Bolchini <alberto(at)melloni49(dot)it>
To: pgsql-novice(at)postgresql(dot)org
Cc: Josh Berkus <josh(at)agliodbs(dot)com>
Subject: Re: Portability, was: using functions to generate custom error messages
Date: 2002-11-17 21:15:42
Message-ID: 20021117211542.GA1103@bebop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

<quote who="Josh Berkus">
> Thus, in the abstract, a design relying on triggers and procedures is
> perfectly portable *in concept*, but the actual code would need to be
> re-written for each target platform.

Not only the database code (stored procedures and triggers) needs to be
rewritten, but also application (or front-end) calls to stored procedures
often need to be rewritten as each database has its way of calling them.

a.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Reshat Sabiq 2002-11-17 22:07:04 Re: Portability, was: using functions to generate custom error messages
Previous Message Andrew Tuson 2002-11-17 20:25:12 Help with PostgreSQL Access