Re: [GENERAL] PostgresQL 9.2 table query - underscores

2013-07-16 Thread victoriastuart
@ Gavin: Thank you ... victoria:Programming$ sudo su postgres postgres@victoria:/home/victoria/Programming$ psql psql (9.2.4) Type "help" for help. postgres=# -- View this message in context: http://postgresql.1045698.n5.nabble.com/PostgresQL-9-2-table-query-underscores-tp5763975p5763983.html

Re: [GENERAL] PostgresQL 9.2 table query - underscores

2013-07-16 Thread Tom Lane
"Victoria S." <1...@victoriasjourney.com> writes: > IN the following example, > development=# SELECT created_at, username FROM tweets; > created_at | username > ---+--- > created_at| username

Re: [GENERAL] PostgresQL 9.2 table query - underscores

2013-07-16 Thread John R Pierce
On 7/16/2013 3:04 PM, Victoria S. wrote: Hello: My first post; a Postgres newbie ... I am teaching myself PostgresQL using a trial database, and I am having trouble with underscores: IN the following example, development=# SELECT created_at, username FROM tweets; created_at

Re: [GENERAL] PostgresQL 9.2 table query - underscores

2013-07-16 Thread Arjen Nienhuis
On Wed, Jul 17, 2013 at 12:04 AM, Victoria S. <1...@victoriasjourney.com> wrote: > Hello: My first post; a Postgres newbie ... > > I am teaching myself PostgresQL using a trial database, and I am having > trouble with underscores: > > IN the following example, > > development=# SELECT created_at,

Re: [GENERAL] PostgresQL 9.2 table query - underscores

2013-07-16 Thread Gavin Flower
On 17/07/13 10:04, Victoria S. wrote: Hello: My first post; a Postgres newbie ... I am teaching myself PostgresQL using a trial database, and I am having trouble with underscores: IN the following example, development=# SELECT created_at, username FROM tweets; created_at