A libpq library on Mac OS X is made as a loadable library (bundle). Since a
shared library version (dylib) of libpq does not exist, all programs which
use libpq are always linked with a static version of libpq.
Psql made by a current make rule:
$ ls -l /opt/pgsql/7.3/bin/psql psql
-rwxr-
Functions bittoint4 and bitfromint4 are renamed to int4 and bit respectively.
Int4 works well, but bit conflicts with type bit.
=# select int4(B'111');
int4
--
7
(1 row)
=# select bit(7);
ERROR: parser: parse error at or near ";" at character 14
=#
Foll
Ruslan V Lopation ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
pg_dump crash on linux-xfs
Long Description
pg_dump crashes with PostgreSQL 7.3(1) server installed on Linux-2.4.20(2.4.19) with
XFS patches from
ftp://oss.sgi
terry hughes ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
configure file and tcl/tk
Long Description
I have succesfully run configure and gmake with no arguments.
All works ok but of course i can't get pgaccess
I added the