Re: [BUGS]

2000-04-12 Thread Kardos, Dr. Andreas
This seems to be a Sun Sparc (-fPIC). On mine (SunOS 5.4/ Solaris 2.4) isn't any . Therefore libpq++ is not compilable on this machine (native compilers). configure sets HAVE_CXX_STRING_HEADER correctly (no). Andreas Kardos -Ursprüngliche Nachricht- Von: Tom Lane <[EMAIL PROTECTED]> An

[BUGS] ALTER USER CREATEUSER bug?

2000-03-17 Thread Kardos, Dr. Andreas
Since I havn't got any reply from the hackers list, I'm resending this here to not lose it. > On > CREATE USER username CREATEUSER > both pg_user.usesuper and pg_user.usecatupd are set to true. > > An > ALTER USER username CREATEUSER > sets pg_user.usesuper to true only, but not pg_user.usecatupd

Re: [BUGS] pg_dumpall

2000-03-10 Thread Kardos, Dr. Andreas
Eisentraut <[EMAIL PROTECTED]> An: Kardos, Dr. Andreas <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Gesendet: Donnerstag, 9. März 2000 20:17 Betreff: Re: [BUGS] pg_dumpall Kardos, Dr. Andreas writes: > I have tested the pg_dumpall (with PATHNAME stuff) which Peter E. has

Re: [BUGS] pg_dumpall

2000-03-09 Thread Kardos, Dr. Andreas
Nachricht- Von: Peter Eisentraut <[EMAIL PROTECTED]> An: Kardos, Dr. Andreas <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Gesendet: Donnerstag, 9. März 2000 01:38 Betreff: Re: [BUGS] pg_dumpall Kardos, Dr. Andreas writes: > 2. FOO="`echo "$BAR"`" > &

libpq++ not compilable

2000-03-09 Thread Kardos, Dr. Andreas
libpq++ is not compilable on Digital Unix since the line using namespace std; has been included into interfaces/libpq++/pgconnection.h probably because of Irix. Andreas Kardos