hi,
As part of a product we are building, we are using postgres as our database. But most of our developers have a (loud) mysql background.
I want to potentially provide "aliases" for a few commonly used mysql functions.
I might be totally way off the target here, so please correct me if I am wrong.
As an example, how would I do something as simple as "DESCRIBE table" (yes I know \d+ equivalent.. I still want to be able to define this function)
thanks and regards
Sandeep