Ben Ellis, 29.06.2014 03:10:
> Hi all,
>
> I've been using Postgres for a small project and I've been very
> impressed by its flexibility in defining new types and functions. I
> very much like having the ability to define a clean relational model
> and then a set of functions that act as the API
On Mon, 30 Jun 2014 16:46:42 +0300 Emre Hasegeli wrote:
> > I've been using Postgres for a small project and I've been very impressed
> > by its flexibility in defining new types and functions. I very much like
> > having the ability to define a clean relational model and then a set of
> > funct
> I've been using Postgres for a small project and I've been very impressed
> by its flexibility in defining new types and functions. I very much like
> having the ability to define a clean relational model and then a set of
> functions that act as the API to the data stored in my model.
>
> Does
Hi all,
I've been using Postgres for a small project and I've been very impressed
by its flexibility in defining new types and functions. I very much like
having the ability to define a clean relational model and then a set of
functions that act as the API to the data stored in my model.
Does an