Hacker News new | ask | show | jobs
by dangets 1003 days ago
Genuinely curious what your experiences of postgres programming you are fond of. Are you talking about functions & procedures in pgsql or are you using an extension to enable a different language?

Do you have any interesting blog links?

1 comments

Yes, I meant that plpgsql is on a complete different level from t-sql (and t-sql is already on a different level from pl/sql).

But also, you don't need extensions to enable other languages, postgres allows those out of the box (through the C-ABI). Anyway, that is not very compelling, because plpgsql is quite good already.