Interesting.. I was able to pg_restore -f to a file... and then psql -f the
resulting file. and it loaded just fine.. the down side to this method is I
cannot use the parallel load function (and the extra time). but I am glad
that I got the data loaded. Let me know if there is any other info I get
I tried it both ways..
On Thu, Jul 21, 2011 at 2:10 PM, Tom Lane wrote:
> Greg Johnson writes:
>> Interesting.. I was able to pg_restore -f to a file... and then psql -f the
>> resulting file. and it loaded just fine.. the down side to this method is I
>> cannot use the parallel load function (
Hi, try with this:
as superuser type: #infocmp -C > /etc/termcap
it worked for my
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/BUG-5807-psql-fails-to-launch-with-Cannot-read-termcap-database-using-dumb-terminal-settings-Aborted-tp3321689p4622693.html
Sent from the Po
The following bug has been logged online:
Bug reference: 6129
Logged by: Mario Danelli
Email address: mario.dane...@gmail.com
PostgreSQL version: 9.0.4 (32 bit)
Operating system: Windows 7 Home Premium (64 bit)
Description:The installation fails with the error message
On Thu, Jul 21, 2011 at 2:48 PM, wrote:
> I wrote some code in a PLPGSQL function to generate a printout string of
> some information. Basically, I create a string of printed characters, which
> my calling program will then print out...
>
> I wrote an IF conditional to generate different printing