Bruce Momjian wrote:

> FYI, here is the output that had me confused:
> 
>       ERROR:  42P01: relation "lkjasdf" does not exist at character 15
>       LOCATION:  parserOpenTable, parse_relation.c:858
>       STATEMENT:  select * from lkjasdf;

How about something like

ERROR:  42P01: relation "lkjasdf" does not exist at character 15
LOCATION: parserOpenTable function in file parse_relation.c:858
STATEMENT:  select * from lkjasdf;

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to