Re: SCHEMA compatibility with Oracle/DB2/Firebird - Mailing list pgsql-general

From Ian Barwick
Subject Re: SCHEMA compatibility with Oracle/DB2/Firebird
Date
Msg-id 1d581afe05012219253ddd2c38@mail.gmail.com
Whole thread Raw
In response to SCHEMA compatibility with Oracle/DB2/Firebird  (Chris <pglist@gmail.com>)
Responses Re: SCHEMA compatibility with Oracle/DB2/Firebird  (Chris <pglist@gmail.com>)
List pgsql-general
On Sat, 22 Jan 2005 11:25:39 -0800, Chris <pglist@gmail.com> wrote:
> I know this isn't entirely postgresql specific, but it wouldn't be on
> another list either so here goes...
>
> I am writing an open source application where I would like to support
> at least oracle, and possibly firebird or DB2, in addition to
> postgresql which will be the default.  I'm not going to try to support
> mysql.

FWIW, Firebird doesn't have any form of schemas or cross-database
query support (although I think commercial third-party extensions might exist
for the latter).

You'll probably be best off explicitly providing schema names for your common
functions, e.g. SELECT * FROM common.mytable . Depending on your app,
that could be better from a security point of view in PostgreSQL as well,
if you want to prevent your users from sneakily replacing the common
database objects.

Ian Barwick

pgsql-general by date:

Previous
From: David Fetter
Date:
Subject: Re: pg SQL question
Next
From: Joe Audette
Date:
Subject: Re: Windows 2000 Slower Than Windows XP