python-postgres / be

pg-python: Execute Python 3 code from PostgreSQL functions.
Other
5 stars 2 forks source link

oper() builtin? #20

Open jwp opened 14 years ago

jwp commented 14 years ago

Mapping operators is very convenient syntactically, but offers some overhead by looking up the operator every time.

Perhaps proc should get a partner, oper(), in order to create the Postgres.Function corresponding to a regoper.