* The script catalog/genbki.sh reads this file and generates .bki
...
...
@@ -1483,7 +1483,7 @@ DESCR("convert int4 to reltime");
DATA(insertOID=1215(obj_descriptionPGUID14ftft2f25"26 19"10000100"select description from pg_description where objoid = $1 and classoid = (select oid from pg_class where relname = $2) and objsubid = 0"-));
DESCR("get description for object id and catalog name");
DATA(insertOID=1216(col_descriptionPGUID14ftft2f25"26 23"10000100"select description from pg_description where objoid = $1 and classoid = (select oid from pg_class where relname = 'pg_class') and objsubid = $2"-));
DATA(insertOID=1216(col_descriptionPGUID14ftft2f25"26 23"10000100"select description from pg_description where objoid = $1 and classoid = (select oid from pg_class where relname = \'pg_class\') and objsubid = $2"-));