Re: [GENERAL] column names and dollar sign - Mailing list pgsql-general

From Neil Anderson
Subject Re: [GENERAL] column names and dollar sign
Date
Msg-id CAEKCyStAQ4CghQLfT4Od=g3GJy7On15U4LoPK6+AMaFyuQed0Q@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] column names and dollar sign  ("Armand Pirvu (home)" <armand.pirvu@gmail.com>)
Responses Re: [GENERAL] column names and dollar sign
List pgsql-general
>> "Armand Pirvu (home)" <armand.pirvu@gmail.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@postgrescompare.com
https://www.postgrescompare.com



pgsql-general by date:

Previous
From: "Armand Pirvu (home)"
Date:
Subject: Re: [GENERAL] column names and dollar sign
Next
From: Gavin Flower
Date:
Subject: Re: [GENERAL] column names and dollar sign