[BUGS] installation problem

2003-12-08 Thread Sh A Guru Prasad
I am finding it difficult to install postgresql7.3.2 on linux advanced server. Repeatedly its asking for some or other files. Please let me know the exact procedure and what are the dependency files required for the same. bye guruprasad ---(end of broadcast)--

Re: [BUGS] installation problem

2003-12-08 Thread Richard Huxton
On Monday 08 December 2003 06:56, Sh A Guru Prasad wrote: > I am finding it difficult to install postgresql7.3.2 on > linux advanced server. Repeatedly its asking for some or > other files. Please let me know the exact procedure and > what are the dependency files required for the same. This prob

pgsql-bugs@postgresql.org

2003-12-08 Thread Kris Jurka
On Mon, 24 Nov 2003, Antony Brooke-Wood wrote: > HI, > > We are getting the following error through a JSP. > > We received the same error for both 7.3.1 through 7.3.4 and several JDBC > driver changes (currently running the latest). > > java.lang.StringIndexOutOfBoundsException: String index out

[BUGS] 7.4 build error in Solaris

2003-12-08 Thread Seum-Lim Gan
Hi everyone, I encountered the following build error when building PostgreSQL 7.4 in Solaris 9 using SUN workshop. Any idea what to do here ? Gan "pl_funcs.c", line 403: warning: argument #1 is incompatible with prototype: prototype: pointer to const unsigned char : "../../../../src/incl

Re: [BUGS] 7.4 build error in Solaris

2003-12-08 Thread Tom Lane
Seum-Lim Gan <[EMAIL PROTECTED]> writes: > I encountered the following build error when building PostgreSQL 7.4 > in Solaris 9 using SUN workshop. Any idea what to do here ? Is CVS tip any better? I think this fix might be relevant: 2003-11-24 08:11 petere * configure, configure.in, sr

Re: [BUGS] 7.4 build error in Solaris

2003-12-08 Thread Seum-Lim Gan
Hi Tom, Yes this is helpful. I will do the change and recompile and let you know the result. Thanks. Gan At 12:09 pm -0500 2003/12/8, Tom Lane wrote: Seum-Lim Gan <[EMAIL PROTECTED]> writes: I encountered the following build error when building PostgreSQL 7.4 in Solaris 9 using SUN workshop.

[BUGS] BUG #1002: Update using rule on view with inheritance alters 0 rows, 1 row expected.

2003-12-08 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1002 Logged by: Chris Piker Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: RedHat Linux 9 Description:Update using rule on view with inheritance alters 0 rows, 1 row expected. Detail

Re: [BUGS] BUG #1002: Update using rule on view with inheritance alters 0 rows, 1 row expected.

2003-12-08 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > The following query updates 0 rows, when 1 row is > expected to be updated: Nice catch. The attached patch seems to fix it. regards, tom lane *** src/backend/optimizer/util/clauses.c.orig Sat Nov 29 14:51:51 2003 -

Re: [BUGS] Bug in pg_restore or in postmaster itself?

2003-12-08 Thread Tom Lane
Joseph Tate <[EMAIL PROTECTED]> writes: > pg_restore: connecting to database for restore > pg_restore: dropping RULE au_d_assigned_template > pg_restore: dropping RULE au_u_assigned_template > ... More rules, triggers, constraints, indexes and functions removed > pg_restore: dropping ACL au_assigne

Re: [BUGS] Wierd MD5-authentication crash on Solaris 8

2003-12-08 Thread Tom Lane
Josh Berkus <[EMAIL PROTECTED]> writes: > Solaris 8 > Summary: attempting to connect via MD5 authentication as a user > who has no password triggers a core dump of Postmaster. Is this the bsearch-of-no-elements problem recently discussed? (If you have other users who do have passwords

Re: [BUGS] Error compiling PostgreSQL 7.4 for Fedora Core 1

2003-12-08 Thread Tom Lane
Jonathan Gardner <[EMAIL PROTECTED]> writes: > On Sunday 07 December 2003 12:48 am, Tom Lane wrote: >> Hmmm ... this is evidently a variant of ye olde "Gen_fmgrtab.sh script >> failed" problem, > So far, this is what I have. I'm attaching fmgroids.h and fmgrtab.c ( I kno= > w=20 > these are fairly