Re: Bug: Importing files of different sizes via psql -f

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Hans Plum <plum(at)giub(dot)uni-bonn(dot)de>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Bug: Importing files of different sizes via psql -f
Date: 2002-01-22 23:08:22
Message-ID: 20020122150715.L9380-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


On Tue, 22 Jan 2002, Hans Plum wrote:

> Maybe I did not recognize a SQL problem or I missed to change the size
> of a special buffer, I have not read about.

The problem is probably your usage of INTEGER (5) in the second one.
Change that to just integer and you'll probably be okay.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Federico Di Gregorio 2002-01-22 23:51:14 Re: libpq not reentrant
Previous Message Tom Lane 2002-01-22 21:08:06 Re: A Chinese handling bug