Re: Compiling pl/pgsql functions

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Compiling pl/pgsql functions
Дата
Msg-id 1077209281.25444.91.camel@jester
обсуждение исходный текст
Ответ на Re: Compiling pl/pgsql functions  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Ответы Re: Compiling pl/pgsql functions  (Josh Berkus <josh@agliodbs.com>)
Список 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 по дате отправления:

Предыдущее
От: Gnugeek
Дата:
Сообщение: Re: Date / interval question
Следующее
От: "Michael L. Hostbaek"
Дата:
Сообщение: postgresql multiple insert slow