[COMMITTERS] pgsql-server: src/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/;

2004-08-31 Thread Bruce Momjian
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

[COMMITTERS] pgsql-server/src/bin/psql tab-complete.c

2003-11-08 Thread Bruce Momjian
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. --

[COMMITTERS] pgsql-server/src/bin/psql tab-complete.c

2003-10-30 Thread Tom Lane
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

[COMMITTERS] pgsql-server/src/bin/psql tab-complete.c

2003-10-28 Thread Tom Lane
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

[COMMITTERS] pgsql-server/src/bin/psql tab-complete.c

2003-10-17 Thread Peter Eisentraut - PostgreSQL
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)

Re: [COMMITTERS] pgsql-server/src/bin/psql tab-complete.c

2003-10-16 Thread Tom Lane
[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

[COMMITTERS] pgsql-server/src/bin/psql tab-complete.c

2003-10-16 Thread Peter Eisentraut - PostgreSQL
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.

[COMMITTERS] pgsql-server/src/bin/psql tab-complete.c

2003-10-16 Thread Tom Lane
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

[COMMITTERS] pgsql-server/src/bin/psql tab-complete.c

2003-10-14 Thread Tom Lane
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