| From: | Neil Anderson <neil(at)postgrescompare(dot)com> |
|---|---|
| To: | "Armand Pirvu (home)" <armand(dot)pirvu(at)gmail(dot)com> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: column names and dollar sign |
| Date: | 2017-05-17 23:32:29 |
| Message-ID: | CAEKCyStAQ4CghQLfT4Od=g3GJy7On15U4LoPK6+AMaFyuQed0Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
>> "Armand Pirvu (home)" <armand(dot)pirvu(at)gmail(dot)com> writes:
>>> Ran into the following statement
>>
>>> CREATE TABLE test(
>>> Date$ date,
>>> Month_Number$ int,
>>> Month$ varchar(10),
>>> Year$ int
>>> );
A strange naming convention. It has a whiff of Visual Basic Type
Characters about it,
https://docs.microsoft.com/en-us/dotnet/articles/visual-basic/programming-guide/language-features/data-types/type-characters.
Any chance there is a connection there?
--
Neil Anderson
neil(at)postgrescompare(dot)com
https://www.postgrescompare.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gavin Flower | 2017-05-17 23:51:39 | Re: column names and dollar sign |
| Previous Message | Armand Pirvu (home) | 2017-05-17 21:24:39 | Re: column names and dollar sign |