=# select distinct prolang from pg_proc; prolang --------- 12 13 14 17813 63209 63212 63213 63214 (8 rows)
That looks fine ...
=# select * from pg_language ;
Try "select oid,lanname from pg_language".
regards, tom lane
Sorry, I see that I forgot to specify the oid. Thanks again
---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq