Re: ERROR when inserting csv values into sql table

Поиск
Список
Период
Сортировка
От Anthony E. Greene
Тема Re: ERROR when inserting csv values into sql table
Дата
Msg-id 20190614202026.GA28565@lnxws01.localdomain
обсуждение исходный текст
Ответ на Re: ERROR when inserting csv values into sql table  (Bzzzz <lazyvirus@gmx.com>)
Список pgsql-novice
On 13-Jun-2019/14:19 +0200, Bzzzz <lazyvirus@gmx.com> wrote:
>On Thu, 13 Jun 2019 20:05:55 +0800
>Cravan <savageapple850@gmail.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@pobox.com>




В списке pgsql-novice по дате отправления:

Предыдущее
От: David Raymond
Дата:
Сообщение: RE: ERROR when inserting csv values into sql table
Следующее
От: ALT SHN
Дата:
Сообщение: Trigger to keep track of table changes