Re: Compiling pl/pgsql functions - Mailing list pgsql-sql

From Rod Taylor
Subject Re: Compiling pl/pgsql functions
Date
Msg-id 1077209281.25444.91.camel@jester
Whole thread Raw
In response to Re: Compiling pl/pgsql functions  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Responses Re: Compiling pl/pgsql functions  (Josh Berkus <josh@agliodbs.com>)
List pgsql-sql
> AFAIK there's not much you can do for obfuscation of pl functions right
> now since someone will be able to see the src text in pg_proc. However,
> are you allowing people that you don't want to see the code access to
> write arbitrary sql to the database?

This is another one of those items where it would be nice if users
didn't need access to read the system tables, but instead could rely on
the information schema (with extensions) to see what they own or have
access to use -- but nothing else.

Sometimes HR gets paranoid about billing seeing their business logic, or
lack thereof, but accounting needs to use both sets of information to do
their work.

Otherwise, having each group relegated to their own schema with
semi-public views is a nice way to pass information from department to
department for small companies. Sure beats the spreadsheets on the
central filer approach.

--
Rod Taylor <rbt [at] rbt [dot] ca>

Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
PGP Key: http://www.rbt.ca/signature.asc

pgsql-sql by date:

Previous
From: Gnugeek
Date:
Subject: Re: Date / interval question
Next
From: "Michael L. Hostbaek"
Date:
Subject: postgresql multiple insert slow