Re: Methods declaration

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gianvito Pio <pio(dot)gianvito(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Methods declaration
Date: 2009-03-17 16:56:40
Message-ID: 10614.1237309000@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> Is it possible to do the same with postgreSql?

No, but you can overload function names in Postgres, which can provide a
lot of the same notational conveniences.

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Steve Midgley 2009-03-17 18:49:44 Re: Exclude fields from SELECT command
Previous Message Richard Huxton 2009-03-17 15:06:09 Re: SQL to Check whether "AN HOUR PERIOD" is between start and end timestamps