Re: DB2->PostgreSQL question on user permissions and views

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hans Meyer <nospaming(at)gmx(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: DB2->PostgreSQL question on user permissions and views
Date: 2002-08-15 13:20:35
Message-ID: 22345.1029417635@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hans Meyer <nospaming(at)gmx(dot)net> writes:
> Postgres accepts the first view but gives a parsing error for the '.'
> in front of Main (i.e. in Normal.Main).

That's because we don't have schema support yet. You should be able
to convert this code directly to PG when 7.3 comes out, but if you
want to run on 7.2 you will have to do a lot of work :-(

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2002-08-15 13:37:36 Re: Why choose PostreSQL and not MySQL or Oracle!!
Previous Message wsheldah 2002-08-15 13:18:44 Re: Problem with Now()?