Re: [GENERAL] Error dumping 9.4: could not parse numeric array

2017-01-03 Thread Devrim Gündüz
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

Re: [GENERAL] Error dumping 9.4: could not parse numeric array

2017-01-03 Thread Tom Lane
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: > === >

Re: [GENERAL] Error dumping 9.4: could not parse numeric array

2017-01-03 Thread Adrian Klaver
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

Re: [GENERAL] Error dumping 9.4: could not parse numeric array

2017-01-03 Thread Achilleas Mantzios
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

[GENERAL] Error dumping 9.4: could not parse numeric array

2017-01-03 Thread Devrim Gündüz
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