CVS tip compile failure (was Re: Missing array support)
От | Joe Conway |
---|---|
Тема | CVS tip compile failure (was Re: Missing array support) |
Дата | |
Msg-id | 3EFE3A8D.9030106@joeconway.com обсуждение исходный текст |
Ответ на | Re: Missing array support (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: CVS tip compile failure (was Re: Missing array support)
Re: CVS tip compile failure (was Re: Missing array support) |
Список | pgsql-hackers |
Tom Lane wrote: > Peter Eisentraut <peter_e@gmx.net> writes: > >>Btw., it would be really nice if some limited form of this could get done, >>so I could finish the information schema views pertaining to group >>privileges. I'd just need a way to find out what users are in what >>groups. > > As of a few minutes ago, > > SELECT g.groname FROM pg_user u, pg_group g > WHERE u.usesysid = ANY (g.grolist) AND u.usename = current_user; > Hmmm, I just updated to cvs tip (so I could try this), did `configure`, `make clean`, and `make all` and I'm getting this failure: make[2]: Leaving directory `/opt/src/pgsql/src/port' make -C backend all make[2]: Entering directory `/opt/src/pgsql/src/backend' msgfmt -o po/cs.mo po/cs.po msgfmt -o po/de.mo po/de.po msgfmt -o po/es.mo po/es.po make[2]: *** No rule to make target `po/hr.po', needed by `po/hr.mo'. Stop. make[2]: Leaving directory `/opt/src/pgsql/src/backend' make[1]: *** [all] Error 2 make[1]: Leaving directory `/opt/src/pgsql/src' make: *** [all] Error 2 Any ideas? Joe
В списке pgsql-hackers по дате отправления: