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