Re: [HACKERS] sqgfault on initdb with current CVS - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: [HACKERS] sqgfault on initdb with current CVS
Date
Msg-id Pine.BSF.4.21.0003072107460.591-100000@thelab.hub.org
Whole thread Raw
In response to Re: [HACKERS] sqgfault on initdb with current CVS  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Tue, 7 Mar 2000, Bruce Momjian wrote:

> > > > wallace$./configure --prefix=/usr/local/pgsql7.0/ --with-pgport=6666 --enable-debug
> > > For some reason, current does not seem to allow "." in the
> > > $PGDATA. I'm no sure why this happens at all. I guess it intends to
> > > inhibit "./" or "../" for a security reason? If so, that would be
> > > apparently an overkill.
> > 
> > Bruce, can you add this item to the "must fix" list for the 7.0
> > release (hint hint - is it time to start that list?? ;)
> 
> > 
> > Also, please add to the same list:
> > 
> > o implement the OVERLAPS date/time operator from SQL92 (Thomas)
> > o support TIME WITH TIME ZONE timezones in literals (Thomas)
> > o add support for full POSIX time zone specification (Thomas)
> > 
> 
> 
> We don't have any must fixes for 7.0 yet.  Why are these worthy?
> 
> > The POSIX time zone stuff is already in there, new for this release,
> > but needs to be polished to work with TZs away from GMT. The OVERLAPS
> > stuff is coded and being tested now; it just adds a few functions and
> > a bit of gram.y syntax.
> 
> Initdb required.  You better get an OK from Marc.

Go for it ... no INITDBs after our first release candidate, but if these
are must-have's, we've only done one Beta1, so get it into Beta2...


Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] xlog.c.patch for cygwin port.
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] DROP TABLE inside a transaction block