Log Message:
---
src/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/;
Greg Sabino Mullane
Modified Files:
--
pgsql-server/src/bin/psql:
tab-complete.c (r1.114 -> r1.115)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/psql/tab-comple
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/11/08 16:54:24
Modified files:
src/bin/psql : tab-complete.c
Log message:
Allow tab completion for ALTER TABLE dbname to show new
RENAME TO option.
--
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/30 17:37:39
Modified files:
src/bin/psql : tab-complete.c
Log message:
Further work on tab completion code: arrange for system catalogs to be
offered for completion only
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/28 19:35:52
Modified files:
src/bin/psql : tab-complete.c
Log message:
Don't include "schema." in the set of possible tab completions once
"schema." has been typed. This
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/17 08:52:06
Modified files:
src/bin/psql : tab-complete.c
Log message:
Remove automatic '()' in other branch of UNION as well.
---(end of broadcast)
[EMAIL PROTECTED] (Peter Eisentraut - PostgreSQL) writes:
> Log message:
> There should not be an automatic '()' after a function name when
> tab-completing.
I don't care one way or the other ... but the two arms of that UNION
need to be consistent.
regards, to
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/16 20:45:30
Modified files:
src/bin/psql : tab-complete.c
Log message:
There should not be an automatic '()' after a function name when
tab-completing.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/16 17:03:09
Modified files:
src/bin/psql : tab-complete.c
Log message:
Cause tab completion to do something moderately reasonable with mixed-case
identifiers --- it will
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/14 19:47:12
Modified files:
src/bin/psql : tab-complete.c
Log message:
Use PQescapeString to ensure that tab-completion queries are not messed
up by quotes or backslashes