Re: Postgresql feature - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: Postgresql feature
Date
Msg-id 4124567F.4040702@frodo.hserus.net
Whole thread Raw
In response to Re: Postgresql feature  (John Sidney-Woollett <johnsw@wardbrook.com>)
List pgsql-general
John Sidney-Woollett wrote:

> Bit more info (from my own findings migrating from Oracle -> Postgres)
>
> Sequences - YES
> Packages - NO (concept doesn't exist in PG)

You can create a schema to put all your functions/procedures in it  and provide
access control to it.

I think it is good enough emulation of packages barring compiling them to detect
errors in pl/sql code.

This has been mentioned before and few people reported it to be good enough
workaround..

HTH

  Shridhar

pgsql-general by date:

Previous
From: "Anony Mous"
Date:
Subject: select count(*) from pg_stat_activity in V8.0.0
Next
From: Daniel Martini
Date:
Subject: libpq: passwords WAS: scripting & psql issues