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

From Armand Pirvu (home)
Subject [GENERAL] column names and dollar sign
Date
Msg-id C23083C5-C4F5-4637-982B-633088661B2E@gmail.com
Whole thread Raw
Responses Re: [GENERAL] column names and dollar sign  (Steve Atkins <steve@blighty.com>)
Re: [GENERAL] column names and dollar sign  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi

Ran into the following statement

CREATE TABLE test(
    Date$ date,
    Month_Number$ int,
    Month$ varchar(10),
    Year$ int
);


While it does execute, I wonder if the $ has any special meaning ?

Can anyone shed some light please ?


Thanks
Armand




pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: [GENERAL] EnterpriseDB installed PostgreSQL 9.6 vs. REPMGR. Round4 - compilation issues on RHEL 7.2
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] EnterpriseDB installed PostgreSQL 9.6 vs. REPMGR. Round 4 - compilation issues on RHEL 7.2