1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-16 15:02:33 +03:00
Files
postgres/src/backend
Bruce Momjian 54124240ae In that case, attached is a patch which locates the beginning of the
offending token more efficiently (per your suggestion of using
scanbuf). The new patch does the same as before:

template1=# select * frum pg_class;
ERROR:  parser: parse error at or near "frum" at character 10

It also implement's Tom's suggestion:

template1=# select * from pg_class where\g
ERROR:  parse: parse error at end of input

Gavin Sherry
2002-08-17 13:06:50 +00:00
..
2002-08-15 16:36:08 +00:00
2002-08-15 16:36:08 +00:00
2002-06-20 20:29:54 +00:00
2002-08-08 06:32:26 +00:00
2002-08-15 16:36:08 +00:00
2002-08-17 13:04:19 +00:00
2002-06-20 20:29:54 +00:00
2002-08-17 13:04:19 +00:00