Re: pg_dump 8.0.3 failing against PostgreSQL 7.3.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jochem van Dieten <jochemd(at)oli(dot)tudelft(dot)nl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump 8.0.3 failing against PostgreSQL 7.3.2
Date: 2005-06-06 17:55:40
Message-ID: 14491.1118080540@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jochem van Dieten <jochemd(at)oli(dot)tudelft(dot)nl> writes:
> I get the following error:

>> C:\Program Files\PostgreSQL\8.0\bin>set PGOPTIONS="-W 30"
>>
>> "z:\backup\databases\2005-06-06\wedstrijdzeilen.sql"
>> WARNING: postgres: invalid command line arguments

Hm, that's odd ... but never mind, you thought of an alternative.

> (gdb) break elog
> Breakpoint 1 at 0x16d8f8
> (gdb) bt
> #0 0x403ca553 in ?? () from /usr/lib/libc.so.28.5
> #1 0x10e604 in mdread ()
> #2 0x10f31f in smgrread ()

You forgot to "continue" until the breakpoint is reached --- this trace
just indicates where the backend happened to be when you stopped it by
attaching.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Browne 2005-06-06 17:55:45 Re: which commands under PostgreSQL do the similar func provided by "show processlist" under mysql
Previous Message Jochem van Dieten 2005-06-06 17:46:45 Re: pg_dump 8.0.3 failing against PostgreSQL 7.3.2