Re: libpq on windows

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gustavo Lopes <contratempo(at)gmail(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpq on windows
Date: 2005-05-20 18:51:25
Message-ID: 27068.1116615085@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Gustavo Lopes <contratempo(at)gmail(dot)com> writes:
> Actually it seems the hints are not the problem. I see no pattern now.
> For instance, if table "j" doesn't exist, "drop table j" is ok but not
> "drop table".

Well, the latter generates a syntax complaint:

regression=# drop table j;
ERROR: table "j" does not exist
regression=# drop table ;
ERROR: syntax error at or near ";" at character 12
LINE 1: drop table ;
^
regression=#

Maybe the pattern is "any multi-line error message causes a problem"?

regards, tom lane

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Gustavo Lopes 2005-05-20 23:43:56 Re: libpq on windows
Previous Message Gustavo Lopes 2005-05-20 16:54:32 Re: libpq on windows