Re: ERROR when inserting csv values into sql table

From: "Anthony E(dot) Greene" <agreene(at)pobox(dot)com>
To: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: ERROR when inserting csv values into sql table
Date: 2019-06-14 20:20:26
Message-ID: 20190614202026.GA28565@lnxws01.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 13-Jun-2019/14:19 +0200, Bzzzz <lazyvirus(at)gmx(dot)com> wrote:
>On Thu, 13 Jun 2019 20:05:55 +0800
>Cravan <savageapple850(at)gmail(dot)com> wrote:
>
>> Hi all,
>
>Hi Cravan,
>
>first things first : do you _really_ (I mean really, really, really)
>*need* to use columns names with capital letters ?
>'cos this is the kinda thing that can easily turn to troubles
>comparing to put all names in lowercase.
>

Cravan,

I use Perl, not Python, so your experience may differ. But I've been using
PostgreSQL for a few years and found that life is simpler if you
consistently use lowercase identifiers (e.g. table and column names). It
reduces the potential for quoting problems when troubleshooting.

--
Anthony E. Greene <mailto:agreene(at)pobox(dot)com>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message ALT SHN 2019-06-22 09:33:55 Trigger to keep track of table changes
Previous Message David Raymond 2019-06-13 14:08:32 RE: ERROR when inserting csv values into sql table