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  <br...@momjian.us>        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 (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to