[COMMITTERS] pgsql: psql: Make EXECUTE PROCEDURE tab completion a bit narrower.

2015-08-18 Thread Robert Haas
psql: Make EXECUTE PROCEDURE tab completion a bit narrower. If the user has typed GRANT EXECUTE, the correct completion is "ON", not "PROCEDURE". Daniel Verite Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f25087d26aa9c63ce90cd8e87131b6dbe943ba86 Modified

[COMMITTERS] pgsql: psql: Make EXECUTE PROCEDURE tab completion a bit narrower.

2015-08-18 Thread Robert Haas
psql: Make EXECUTE PROCEDURE tab completion a bit narrower. If the user has typed GRANT EXECUTE, the correct completion is "ON", not "PROCEDURE". Daniel Verite Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/db5a703bf69d6302d0d515a9068baebffd2d227e Modified Files -

[COMMITTERS] pgsql: Fix a few bogus statement type names in plpgsql error messages.

2015-08-18 Thread Tom Lane
Fix a few bogus statement type names in plpgsql error messages. plpgsql's error location context messages ("PL/pgSQL function fn-name line line-no at stmt-type") would misreport a CONTINUE statement as being an EXIT, and misreport a MOVE statement as being a FETCH. These are clear bugs that have

[COMMITTERS] pgsql: Fix a few bogus statement type names in plpgsql error messages.

2015-08-18 Thread Tom Lane
Fix a few bogus statement type names in plpgsql error messages. plpgsql's error location context messages ("PL/pgSQL function fn-name line line-no at stmt-type") would misreport a CONTINUE statement as being an EXIT, and misreport a MOVE statement as being a FETCH. These are clear bugs that have

[COMMITTERS] pgsql: Fix a few bogus statement type names in plpgsql error messages.

2015-08-18 Thread Tom Lane
Fix a few bogus statement type names in plpgsql error messages. plpgsql's error location context messages ("PL/pgSQL function fn-name line line-no at stmt-type") would misreport a CONTINUE statement as being an EXIT, and misreport a MOVE statement as being a FETCH. These are clear bugs that have

[COMMITTERS] pgsql: Fix a few bogus statement type names in plpgsql error messages.

2015-08-18 Thread Tom Lane
Fix a few bogus statement type names in plpgsql error messages. plpgsql's error location context messages ("PL/pgSQL function fn-name line line-no at stmt-type") would misreport a CONTINUE statement as being an EXIT, and misreport a MOVE statement as being a FETCH. These are clear bugs that have

[COMMITTERS] pgsql: Fix a few bogus statement type names in plpgsql error messages.

2015-08-18 Thread Tom Lane
Fix a few bogus statement type names in plpgsql error messages. plpgsql's error location context messages ("PL/pgSQL function fn-name line line-no at stmt-type") would misreport a CONTINUE statement as being an EXIT, and misreport a MOVE statement as being a FETCH. These are clear bugs that have

[COMMITTERS] pgsql: Fix a few bogus statement type names in plpgsql error messages.

2015-08-18 Thread Tom Lane
Fix a few bogus statement type names in plpgsql error messages. plpgsql's error location context messages ("PL/pgSQL function fn-name line line-no at stmt-type") would misreport a CONTINUE statement as being an EXIT, and misreport a MOVE statement as being a FETCH. These are clear bugs that have

[COMMITTERS] pgsql: Fix a few bogus statement type names in plpgsql error messages.

2015-08-18 Thread Tom Lane
Fix a few bogus statement type names in plpgsql error messages. plpgsql's error location context messages ("PL/pgSQL function fn-name line line-no at stmt-type") would misreport a CONTINUE statement as being an EXIT, and misreport a MOVE statement as being a FETCH. These are clear bugs that have