[GENERAL] HELP! BUG? pg_dump mucks up grant/revoke

2001-07-23 Thread Keith F Irwin
(Hm. Not sure this went through the first time, so resending: sorry for the duplicate.) Hi: I'm using pg 7.1.2. I've got a database with views which have permissions granted to a certain user. Defined something like: create view whatever revoke all on whatever from user

Re: [GENERAL] Postgresql & Python 2

2001-07-13 Thread Keith F Irwin
> > What does it mean to hardcode the pyver variable on top of the file? > > Look at the specfile, and you'll see the an attempt to autodetect the > version of python installed. You can hardcode the result... AH! The Spec file! Okay, THAT I get. :) Excellent. That'll work nicely. Keith > >