> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Torma Zsolt > Sent: 10 February 2005 14:51 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Using PGAdmin with a screen reader > > Hi all, > > I'm a blind computer expert and i'm using a screen reader > called JAWS for > Windows (http://www.freedomscientific.com). > > Almost all of the PGAdmin functions can be used with JAWS, > but the window > that contains the SQL statements isn't accessible: JAWS > doesn't recognize > the cursor (or insertion point) when I move it from character > to character, > or from line to line.
Hi Zsolt, Which SQL window do you mean? There is one on the main form that displays the definition for the selected object, one for entering arbitrary SQL statements to execute, and one on most property dialogues, displaying the SQL that will be executed to implement the changes made to the object properties. If I remember correctly, they all use the same control, but each instance may not be used in the same way. Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match