> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of levi godinez > Sent: 09 March 2006 07:39 > To: pgsql-general@postgresql.org > Subject: [GENERAL] double-quoted field names in pgadmin > > Hi, > > How to turn off the double-quoted field names in > pgadmin?
Don't use object names that need quoting - for example, stcik to lower case letters, numbers and underscores. Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match