SVN Commit by mha: r6804 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/utils

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by mha: r6804 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/utils
Date: 2007-10-31 09:57:13
Message-ID: 200710310957.l9V9vDhD009745@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: mha

Date: 2007-10-31 09:57:13 +0000 (Wed, 31 Oct 2007)

New Revision: 6804

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6804&view=rev

Log:
Fix double escaping of "addons to schema queries" for tab completion.
Escaping should only happen for regular queries, not schema qeuries.

Fixes query errors for things like GRANT SELECT ON ..., and VACUUM.

Per report from Alejandro Gasca.

Modified:
branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/utils/tabcomplete.c

Browse pgadmin-hackers by date

  From Date Subject
Next Message Roberts, Jon 2007-10-31 12:15:30 Re: Using pgAdmin and pgAgent with Greenplum
Previous Message svn 2007-10-31 09:57:01 SVN Commit by mha: r6803 - trunk/pgadmin3/pgadmin/utils