Re: Recursive Arrays 101

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>, David Blomstrom <david(dot)blomstrom(at)gmail(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Recursive Arrays 101
Date: 2015-10-26 21:24:16
Message-ID: 562E9A00.2080408@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/26/2015 03:21 PM, Gavin Flower wrote:
> On 27/10/15 10:17, David Blomstrom wrote:
>> What does "top post" mean? And what do you mean by "embedded spaces"?
>> Are you referring to the underscores in the TABLE name?
>>
>> On Mon, Oct 26, 2015 at 2:12 PM, Gavin Flower
>> <GavinFlower(at)archidevsys(dot)co(dot)nz
>> <mailto:GavinFlower(at)archidevsys(dot)co(dot)nz>> wrote:
>>
>> Hi David,
>>
>> Please don't top post!
>>
> [...]
>
> Top posting is when you put your reply at the top of the post, as you
> did just now in response to my post.
>
> Here I am bottom posting, which is the norm for postgres mailing lists.
>
> Ignore my comment about embedded spaces, I misread what you had
> written, underlines are fine.
But _really_ recommend lowercase column names and table names. You'll
have to quote them every time you want to use them in manual sql or scripts.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Blomstrom 2015-10-26 21:26:24 Re: Recursive Arrays 101
Previous Message Gavin Flower 2015-10-26 21:21:44 Re: Recursive Arrays 101