Alvaro Herrera wrote:
> 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;
Well, that looks good, but perhaps we can trim it down a bit:
ERROR: 42P01: relation "lkjasdf" does not exist at character 15
LOCATION: function parserOpenTable, file parse_relation.c:858
STATEMENT: select * from lkjasdf;
or even shorter:
ERROR: 42P01: relation "lkjasdf" does not exist at character 15
LOCATION: parserOpenTable() in file parse_relation.c:858
STATEMENT: select * from lkjasdf;
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers