SVN Commit by mha: r6803 - trunk/pgadmin3/pgadmin/utils

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by mha: r6803 - trunk/pgadmin3/pgadmin/utils
Date: 2007-10-31 09:57:01
Message-ID: 200710310957.l9V9v1I5009726@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: mha

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

New Revision: 6803

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6803&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:
trunk/pgadmin3/pgadmin/utils/tabcomplete.c

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-10-31 09:57:13 SVN Commit by mha: r6804 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/utils
Previous Message Dave Page 2007-10-31 09:50:39 Re: Using pgAdmin and pgAgent with Greenplum