Re: ALTER TABLE OWNER: change indexes
От
Neil Conway
Тема
Re: ALTER TABLE OWNER: change indexes
Дата
Msg-id
1014588274.7682.89.camel@jiro
Ответ на
Re: ALTER TABLE OWNER: change indexes (Tom Lane)
Список
Дерево обсуждения
Re: ALTER TABLE OWNER: change indexes Bruce Momjian <pgman@candle.pha.pa.us>
Re: ALTER TABLE OWNER: change indexes Yury Bokhoncovich <byg@center-f1.ru>
Re: ALTER TABLE OWNER: change indexes Bruce Momjian <pgman@candle.pha.pa.us>
Re: ALTER TABLE OWNER: change indexes Yury Bokhoncovich <byg@center-f1.ru>
Re: ALTER TABLE OWNER: change indexes Tom Lane <tgl@sss.pgh.pa.us>
Re: ALTER TABLE OWNER: change indexes Yury Bokhoncovich <byg@center-f1.ru>
On Sun, 2002-02-24 at 16:35, Tom Lane wrote: > Neil Conway writes: > > Also, I needed some utility code to find the name of a relation, given > > its OID. > > get_rel_name in utils/cache/lsyscache.c. Thanks Tom. > > I find a suitable utility function in > > src/backend/utils/adt/ruleutils.c -- however, it's a static function. > > Oh? Looks like someone forgot about lsyscache ... I've attached a new version of the patch that uses get_rel_name() -- I also removed get_relation_name() from ruleutils.c and changed that file to use get_rel_name(). Cheers, Neil -- Neil Conway PGP Key ID: DB3C29FC
В списке pgsql-patches по дате отправления