Re: [GENERAL] column names and dollar sign

Поиск
Список
Период
Сортировка
От Neil Anderson
Тема Re: [GENERAL] column names and dollar sign
Дата
Msg-id CAEKCyStAQ4CghQLfT4Od=g3GJy7On15U4LoPK6+AMaFyuQed0Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] column names and dollar sign  ("Armand Pirvu (home)" <armand.pirvu@gmail.com>)
Ответы Re: [GENERAL] column names and dollar sign
Список 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 по дате отправления:

Предыдущее
От: "Armand Pirvu (home)"
Дата:
Сообщение: Re: [GENERAL] column names and dollar sign
Следующее
От: Gavin Flower
Дата:
Сообщение: Re: [GENERAL] column names and dollar sign