[BUGS] BUG #3912: PGADMIN3 closes abrubptly

2008-01-30 Thread Rupinder
The following bug has been logged online: Bug reference: 3912 Logged by: Rupinder Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.5 Operating system: Linux 5 enterrise edition Description:PGADMIN3 closes abrubptly Details: Dear all, Whereever i copy some l

Re: [BUGS] BUG #3912: PGADMIN3 closes abrubptly

2008-01-30 Thread Dave Page
On Jan 30, 2008 7:55 AM, Rupinder <[EMAIL PROTECTED]> wrote: > > The following bug has been logged online: > > Bug reference: 3912 > Logged by: Rupinder > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2.5 > Operating system: Linux 5 enterrise edition > Description:

[BUGS] BUG #3913: pg_dump -T option not recognised

2008-01-30 Thread David Dunwoody
The following bug has been logged online: Bug reference: 3913 Logged by: David Dunwoody Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.6 Operating system: SuSE 8.2.6 Description:pg_dump -T option not recognised Details: When running pg_dump, the -T option

Re: [BUGS] BUG #3913: pg_dump -T option not recognised

2008-01-30 Thread Zdenek Kotala
Hmm, strange. Can you reproduce it on different machine/system? It seems more problem with getopt in your installation. Check if you have installed updated version of (g)libc. Zdenek David Dunwoody wrote: Checked several times, and I was working in a pair, so I have a w

Re: [BUGS] BUG #3913: pg_dump -T option not recognised

2008-01-30 Thread Zdenek Kotala
David Dunwoody wrote: The following bug has been logged online: Bug reference: 3913 Logged by: David Dunwoody Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.6 Operating system: SuSE 8.2.6 Description:pg_dump -T option not recognised Details: When running

Re: [BUGS] BUG #3913: pg_dump -T option not recognised

2008-01-30 Thread Tom Lane
Zdenek Kotala <[EMAIL PROTECTED]> writes: > David Dunwoody wrote: >> When running pg_dump, the -T option for table exclusion is ignored, but >> --exclude-table does work. > It works for me. Can you recheck it again? Works for me too, on Fedora 8. But could you give a complete example? Maybe ther

Re: [BUGS] BUG #3913: pg_dump -T option not recognised

2008-01-30 Thread David Dunwoody
OK, just reproduced with 8.2.6 compiled from source on Ubuntu 7.10 (all updates applied as a couple of hours ago). Steps to reproduce. Forgive any typos, this isn't all from bash_history, but was done on a machine that never had postgresql on it before (specifically, my laptop). Command output i

Re: [BUGS] BUG #3913: pg_dump -T option not recognised

2008-01-30 Thread Kevin Grittner
>>> On Wed, Jan 30, 2008 at 12:33 PM, in message <[EMAIL PROTECTED]>, "David Dunwoody" <[EMAIL PROTECTED]> wrote: > pg_dump -v -T=b test > /dev/null Get rid of the equals sign. Not used for single-letter form. pg_dump -v -T b test > /dev/null -Kevin ---(end

Re: [BUGS] BUG #3913: pg_dump -T option not recognised

2008-01-30 Thread Rodriguez Fernando
David Dunwoody wrote: OK, just reproduced with 8.2.6 compiled from source on Ubuntu 7.10 (all updates applied as a couple of hours ago). Steps to reproduce. Forgive any typos, this isn't all from bash_history, but was done on a machine that never had postgresql on it before (specifically, my

[BUGS] BUG #3914: Self-Join Group-By Clause Produces Incorrect Results

2008-01-30 Thread Marcus Torres
The following bug has been logged online: Bug reference: 3914 Logged by: Marcus Torres Email address: [EMAIL PROTECTED] PostgreSQL version: 8.19 Operating system: Linux - Ubuntu Description:Self-Join Group-By Clause Produces Incorrect Results Details: I wrote a simp

Re: [BUGS] BUG #3913: pg_dump -T option not recognised

2008-01-30 Thread David Dunwoody
Aha! My pair and I are fools. Thanks! David On 30/01/2008, Kevin Grittner <[EMAIL PROTECTED]> wrote: > > >>> On Wed, Jan 30, 2008 at 12:33 PM, in message > <[EMAIL PROTECTED]>, "David > Dunwoody" > <[EMAIL PROTECTED]> wrote: > > > pg_dump -v -T=b test > /dev/null > > Get rid of the equals sign.

Re: [BUGS] BUG #3914: Self-Join Group-By Clause Produces Incorrect Results

2008-01-30 Thread Tom Lane
"Marcus Torres" <[EMAIL PROTECTED]> writes: > I wrote a simply self-join query to sum the transaction count of different > types of records in a audit table and the result set for the different sum > totals was the same, which is highly incorrect. You have provided no evidence whatsoever that this

Re: [BUGS] BUG #3902: Segmentation faults using GSSAPI authentication

2008-01-30 Thread Peter Koczan
> Hmm, crash inside getenv?? That's weird, that suggests something has > clobbered the environment-strings data structure. > > [ pokes around in code... ] And behold, here's a smoking gun: > pg_GSS_recvauth() is doing a putenv() with a string that it got from > palloc(). The active context at th