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
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:
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
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
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
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
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
>>> 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
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
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
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.
"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
> 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
13 matches
Mail list logo