column names and dollar sign

From: "Armand Pirvu (home)" <armand(dot)pirvu(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: column names and dollar sign
Date: 2017-05-17 21:02:24
Message-ID: C23083C5-C4F5-4637-982B-633088661B2E@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2017-05-17 21:03:20 Re: EnterpriseDB installed PostgreSQL 9.6 vs. REPMGR. Round 4 - compilation issues on RHEL 7.2
Previous Message Adrian Klaver 2017-05-17 20:35:46 Re: EnterpriseDB installed PostgreSQL 9.6 vs. REPMGR. Round 4 - compilation issues on RHEL 7.2