[pgadmin-support] Copy/paste results in garbage if clipboard contains rich text on OS X

2014-06-02 Thread Matt Magoffin
Hello, I often am working with SQL files in the Eclipse IDE on OS X. If I try to copy a snippet of SQL from the Eclipse (http://www.eclipse.org) SQL editor and then paste that into pgAdmin's SQL editor, it results in "garbage" characters. If I paste into another text editor, like BBEdit, and then

Re: [pgadmin-support] Re: PGAdmin for PostgreSQL 9.3 creates tables with double quotes embedded in the name

2014-06-02 Thread Dave Page
On Mon, Jun 2, 2014 at 7:09 PM, David G Johnston wrote: >> >> I >> f all the letters are lowercase, no double quotes are added. > > > I don't know if this statement is actually true but it makes no difference > in reality whether the double-quotes are added in the case where only > lowercase lette

[pgadmin-support] Re: PGAdmin for PostgreSQL 9.3 creates tables with double quotes embedded in the name

2014-06-02 Thread David G Johnston
> > > ​I​ > f all the letters are lowercase, no double quotes are added. > ​I don't know if this statement is actually true but it makes no difference in reality whether the double-quotes are added in the case where only lowercase letters and numbers/underscore are used. As far the executor is co

Re: [pgadmin-support] PGAdmin for PostgreSQL 9.3 creates tables with double quotes embedded in the name

2014-06-02 Thread Darren Duncan
Rob, I was listening to you just fine; you weren't listening to me. Your problem was due to you using uppercase letters in your names when you created them. I never at any time said you used a manually written SQL statement to create the table; my comment about writing SQL referred to later o

Re: [pgadmin-support] PGAdmin for PostgreSQL 9.3 creates tables with double quotes embedded in the name

2014-06-02 Thread J.F. Oster
Hi Rob, Monday, June 2, 2014, 4:43:01 PM, you wrote: RR> I am not using plain SQL entered manually.═ I am using RR> PGAdmin's table creation tool. I'm sure that last week you provided table name in mixed case (more precisely, with at least one character not in [_a-z0-9]). PgAdmin saw that and wr