> 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
--
Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
To make changes to your subs
Hello,
I've just started working with ordbms. I'm searching for differences between
postgresql and oracle...
Btw, I've found it's possible to declare a method for a specific type in
oracle...so if I create a type MyType, I can associate it also a method
MyMethodusing the costructors:
CREATE T