Name spacing functions and stored procedures

From: Tim Uckun <timuckun(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Name spacing functions and stored procedures
Date: 2015-03-19 01:56:55
Message-ID: CAGuHJrNJOAAdoqtqBGC_G+BNdebXy3GCEEY8FW+geu5JRyVC_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message WadeDare4703 2015-03-19 02:06:09 Re: Name spacing functions and stored procedures
Previous Message Craig Ringer 2015-03-19 01:42:18 Re: pgpool + BDR, is it possible?