Re: Portability, was: using functions to generate custom error messages - Mailing list pgsql-novice

From Alberto Bolchini
Subject Re: Portability, was: using functions to generate custom error messages
Date
Msg-id 20021117211542.GA1103@bebop
Whole thread Raw
In response to Portability, was: using functions to generate custom error messages  ("Josh Berkus" <josh@agliodbs.com>)
Responses Re: Portability, was: using functions to generate custom error messages
List 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.

pgsql-novice by date:

Previous
From: Andrew Tuson
Date:
Subject: Help with PostgreSQL Access
Next
From: "Reshat Sabiq"
Date:
Subject: Re: Portability, was: using functions to generate custom error messages