From: | Markus Wagner <wagner(at)imsd(dot)uni-mainz(dot)de> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | how to get more detailed error messages? |
Date: | 2002-04-12 07:04:10 |
Message-ID: | 0204120904101G.28384@magnus |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-sql |
Hi,
we have a union query over three select queries with some hundred lines of
SQL code, created as a view.
When executing the code we get an error message "ERROR: UNION types "text"
and "int4" not matched" with only the line number of the terminating
semicolon included.
This is a problem that we have with many other sql things, too. The line
number of the semicolon is the only thing we know. If we had the line number
of the error itself we could save much time. Alternatively, if we had the
name of the variables (in the case above) or a little quote of the problem
area, we would have much less trouble.
Isn't there a way to get the parser to talk more precisely???
Thank you very much,
Markus Wagner
From | Date | Subject | |
---|---|---|---|
Next Message | Stephan Szabo | 2002-04-12 07:07:14 | Re: 7.2.1 PL/pgSQL issue |
Previous Message | Ed Loehr | 2002-04-12 06:23:24 | 7.2.1 PL/pgSQL issue |
From | Date | Subject | |
---|---|---|---|
Next Message | cnliou | 2002-04-12 10:50:49 | Problem With A Rule (clear version) |
Previous Message | Markus Wagner | 2002-04-12 06:11:54 | How to get more detailed error messages? |