Re: Naming conventions for lots of stored procedures

Поиск
Список
Период
Сортировка
От Gerhard Heift
Тема Re: Naming conventions for lots of stored procedures
Дата
Msg-id 20100311165315.GB1767@gheift.kawo1.rwth-aachen.de
обсуждение исходный текст
Ответ на Re: Naming conventions for lots of stored procedures  (Chris Travers <chris@metatrontech.com>)
Ответы Re: Naming conventions for lots of stored procedures  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
On Thu, Mar 11, 2010 at 08:38:46AM -0800, Chris Travers wrote:
> > On 3/10/2010 11:52 PM, Chris Travers wrote:
> > Which
> > i'm at a loss why nesting would help solve any problem what so ever.  I
> > imagine the search path on some connections would be all inclusive so
> > ambiguous names is not solved.   Also would not be a big fan typing
> > something like
> >
> > AR.Customer.Editing.Delete(ID)

Why dont you create such a function if you need it?

CREATE FUNCTION "AR.Customer.Editing.Delete"(integer) ...

Regards,
  Gerhard

Вложения

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: log_statement and syslog severity
Следующее
От: Ozz Nixon
Дата:
Сообщение: Small install (w/ pSQLODBC support) needed.