Re: [HACKERS] Re: Interesting Atricle

2001-06-04 Thread Nathan Myers
On Sat, Jun 02, 2001 at 10:59:20AM -0400, Vince Vielhaber wrote: On Fri, 1 Jun 2001, Bruce Momjian wrote: Thought some people might find this article interesting. http://www.zend.com/zend/art/databases.php The only interesting thing I noticed is how fast it crashes my

Re: [HACKERS] Re: Interesting Atricle

2001-06-04 Thread Nathan Myers
On Mon, Jun 04, 2001 at 04:55:13PM -0400, Bruce Momjian wrote: This is getting off-topic, but ... I keep CSS, Javascript, Java, dynamic fonts, and images turned off, and Netscape 4.77 stays up for many weeks at a time. I also have no Flash plugin. All together it makes for a far

[HACKERS] Curious (mis)behavior of access rights

2001-06-04 Thread Tom Lane
A question from Joe Mitchell led me to investigate some access-checking behavior that seems kinda broken. Currently, when aclinsert3() creates a new entry in an ACL list, it effectively initializes the entry with the current PUBLIC access rights, rather than with zero rights. Thus:

[HACKERS] Mirrors not tracking main ftp site?

2001-06-04 Thread Tom Lane
On hub, in /home/projects/pgsql/ftp/pub/dev I see *.tar.gz.md5postgresql-opt-snapshot.tar.gz doc postgresql-opt-snapshot.tar.gz.md5 postgresql-base-snapshot.tar.gz postgresql-snapshot.tar.gz

Re: [HACKERS] Question about inheritance

2001-06-04 Thread Stephan Szabo
On Tue, 5 Jun 2001, Christopher Kings-Lynne wrote: Hi guys, It's relatively straightforward to allow check constraints to be inherited - but is it really possible to ever do the same with primary, unique or even foreign constraints? ie. Say a table has a primary key and I inherit from

[HACKERS] Another pgindent gripe

2001-06-04 Thread Tom Lane
Why does pgindent sometimes insert whitespace into the return type part of a function definition? Here's an example from the last pgindent run: RCS file: /home/projects/pgsql/cvsroot/pgsql/src/backend/optimizer/plan/createplan.c,v retrieving revision 1.103 retrieving revision 1.104 diff -c