Search Postgresql Archives

Re: Name spacing functions and stored procedures

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tim Uckun schrieb am 19.03.2015 um 11:03:
> I guess I see schemas as ways to group data not functions.

A schema is just a namespace. 

The only "link" between data and a schema is that data can only live in tables and a table is associated with a namespace.

Even if you use it to "group data", you actually use to group "objects that hold data".

> It would be very nice to be able to group your code into proper modules though. It's something I really miss.

An extension can be seen as a module that lives in a dedicated namespace: the schema.






-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux