Re: [GENERAL] SELECT * and column ordering

2013-01-18 Thread Jasen Betts
On 2013-01-16, Meta Seller Dev/Admin metasel...@gmail.com wrote: Hi! (I'm Chris Angelico posting from a work account - usually I'm here under the name ros...@gmail.com.) I've run into a bit of an awkwardness in PostgreSQL setup and am hoping for some expert advice. Several of the tables I

Re: [GENERAL] SELECT * and column ordering

2013-01-16 Thread Rob Sargent
On 01/15/2013 07:08 PM, Meta Seller Dev/Admin wrote: On Wed, Jan 16, 2013 at 11:45 AM, Rob Sargent robjsarg...@gmail.com wrote: What environment are you in. In jdbc you can address the resultset by column name. C++, so it's quite inefficient to always use names. Chris Angelico Craft

[GENERAL] SELECT * and column ordering

2013-01-15 Thread Meta Seller Dev/Admin
Hi! (I'm Chris Angelico posting from a work account - usually I'm here under the name ros...@gmail.com.) I've run into a bit of an awkwardness in PostgreSQL setup and am hoping for some expert advice. Several of the tables I work with have two groups of fields: standard fields and free fields.

Re: [GENERAL] SELECT * and column ordering

2013-01-15 Thread Rob Sargent
On 01/15/2013 05:22 PM, Meta Seller Dev/Admin wrote: Hi! (I'm Chris Angelico posting from a work account - usually I'm here under the name ros...@gmail.com.) I've run into a bit of an awkwardness in PostgreSQL setup and am hoping for some expert advice. Several of the tables I work with have

Re: [GENERAL] SELECT * and column ordering

2013-01-15 Thread Meta Seller Dev/Admin
On Wed, Jan 16, 2013 at 11:45 AM, Rob Sargent robjsarg...@gmail.com wrote: What environment are you in. In jdbc you can address the resultset by column name. C++, so it's quite inefficient to always use names. Chris Angelico -- Sent via pgsql-general mailing list