Re: Name spacing functions and stored procedures

Поиск
Список
Период
Сортировка
От WadeDare4703
Тема Re: Name spacing functions and stored procedures
Дата
Msg-id 1159036921.1843987.1426730769974.JavaMail.zimbra@comcast.net
обсуждение исходный текст
Ответ на Name spacing functions and stored procedures  (Tim Uckun <timuckun@gmail.com>)
Ответы Re: Name spacing functions and stored procedures
Список pgsql-general
I don't understand.  What is wrong with having a schema which holds no data?  Schemas are cheap.


From: "Tim Uckun" <timuckun@gmail.com>
To: "pgsql-general" <pgsql-general@postgresql.org>
Sent: Wednesday, March 18, 2015 6:56:55 PM
Subject: [GENERAL] Name spacing functions and stored procedures

What do you guys do to namespace your functions so that they are not jumbled in with the system functions and also somewhat hierarchically organized.

Obviously it's possible to create schemas for different namespaces but that can lead to a lot of schemas which hold no data.   The other way is to simply name your functions like _lib_etl_csv_import_weird_data_format but that's not too much fun either.

Just curious how other people deal with the issue.

В списке pgsql-general по дате отправления:

Предыдущее
От: Tim Uckun
Дата:
Сообщение: Name spacing functions and stored procedures
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Name spacing functions and stored procedures