Hi Tom,
On Tue, 2017-01-03 at 09:43 -0500, Tom Lane wrote:
> The only conclusion I can draw is that you have a row in pg_proc
> in which proargtypes has more entries than pronargs says there
> should be. How it got that way is not apparent --- but you could
> start by seeing if you can identify
Devrim =?ISO-8859-1?Q?G=FCnd=FCz?= writes:
> I'm trying to take backup on my laptop, but getting an error. This is
> PostgreSQL 9.4.10 on Fedora 25, installed using the community RPMS.
> pg_dump -v output is:
> ===
> pg_dump: reading ext
On 01/03/2017 03:19 AM, Devrim Gündüz wrote:
Hi,
I'm trying to take backup on my laptop, but getting an error. This is
PostgreSQL 9.4.10 on Fedora 25, installed using the community RPMS.
pg_dump: could not parse numeric array "2281": too many numbers
I can see this string in src/bin/pg_dump/c
Hi Devrim HNY
On 03/01/2017 13:19, Devrim Gündüz wrote:
Hi,
I'm trying to take backup on my laptop, but getting an error. This is
PostgreSQL 9.4.10 on Fedora 25, installed using the community RPMS.
pg_dump: could not parse numeric array "2281": too many numbers
I can see this string in src/
Hi,
I'm trying to take backup on my laptop, but getting an error. This is
PostgreSQL 9.4.10 on Fedora 25, installed using the community RPMS.
pg_dump: could not parse numeric array "2281": too many numbers
I can see this string in src/bin/pg_dump/common.c, but no idea why this
happens. gdb als