On Sat, May 05, 2001 at 08:48:51PM -0400, Tom Lane wrote:
> Peter Eisentraut <[EMAIL PROTECTED]> writes:
>
> > Anyway, the problem here seems to be that the tclConfig.sh file does not
> > provide a variable that gives a hint where to look for include files.
>
> 'Twould be nicer if it did that, a
Peter Eisentraut <[EMAIL PROTECTED]> writes:
>> better find the appropriate version of tclsh first. It would appear
>> from looking at configure that the --with-tclconfig option is fairly
>> useless, since if you don't set it the correct value is extracted by
>> asking tclsh. You'd only need to
Tom Lane writes:
> One possibility is that your compiler may not be set to search
> /usr/local/include by default.
Correct, OpenBSD's gcc does not do that.
> I have in fact done this --- HPUX likes nonstandard prefixes ;-). IIRC,
> you must set --with-includes and --with-libraries, and your PA
Vince Vielhaber ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
Alter table add column ignores default
Long Description
Alter table add column ignores the default values in both v7.0x and 7.1. In the
example code the table is
Bob Soeters ([EMAIL PROTECTED]) reports a bug with a severity of 4
The lower the number the more severe it is.
Short Description
Bug #307 resolved (concerned timestamp problems)
Long Description
I was experiencing timestamp problems using versions of PostgreSQL below 7.1 (I've
been using 6.5 &
I wrote:
> ... if you're
> using cc you probably need configure --with-includes=/usr/local/include
> or configure won't think Tcl is installed at all.
I take that back: AFAICT, configure doesn't actually bother to verify
that tcl.h can be found, it just assumes it's out there. If it's not
in you
Robert Hentosh <[EMAIL PROTECTED]> writes:
> I went to another OpenBSD box of mine that doesn't have tcl installed and
> then downloaded the tcl8.3.2.tar.gz from scriptics.com and did a ...
> It created the same tclConfig.sh (well very similar), but the install
> placed it in /usr/local/lib and
Alexander Bodnar ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
Error in rounding of timestamp
Long Description
djs=# SELECT version();
version