Re: [HACKERS] SSL mode annoyance

2004-05-15 Thread Christopher Kings-Lynne
This is 7.4.1, server and client. Then see "sslmode" in the libpq docs. Hmmm. I wonder how that's exposed via PHP's connect function... Chris ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your jo

Re: [HACKERS] Bogus permissions display in 7.4

2004-05-15 Thread Peter Eisentraut
Christopher Kings-Lynne wrote: > Guess this means I have to tweak my ACL parser in phpPgAdmin. If you > could do something to make that less of a NIGHTMARE, i'd be all ears Check out how the information schema views relating to privileges are implemented. There are some undocumented accessor fu

[HACKERS] add server include files to default installation?

2004-05-15 Thread Fabien COELHO
Dear hackers, I wish to submit a small patch so that server includes and all necessary configuration files could be installed *by default*. The current status is that server includes files are only installed if explicitly required (make install-all-headers). The idea is that external extension

Re: [HACKERS] Feature freeze approaching

2004-05-15 Thread Magnus Hagander
>>>We have a feature freeze scheduled for either June 1 or >whenever a major >>>feature is completed, whichever is last. >>> >>>For Win32, we have open: >>> >>> fsync (Tom) >>> relative installs (Bruce) >>> timezone (Magnus) >>> > >Is timezone still an open item? I thought it was done.

[HACKERS] Stop restarting of inner plan??

2004-05-15 Thread Ramanujam H S Iyengar
Hello, Can someone tell me how can i let the inner plan in a nestloop join NOT to restart for each tuple of the outer Plan .. so essentially, my inner plan has to be executed only once and not 'n' times .. where 'n' is the number of outer tuples ... I tried by commenting ExecReScan(innerPlan, ec

Re: [HACKERS] Bogus permissions display in 7.4

2004-05-15 Thread Fabien COELHO
Dear Tom, > 4. I think that the system ACL entry should be "hidden" and not > displayed by ACL-list printing. I'm not quite sure yet how to make > that happen. It would be nicer if the owner ID could be passed to > recursive_revoke out-of-band, instead of being represented inside the > ACL list,