Re: Identifying comments [ANSWERED]

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Identifying comments [ANSWERED]
Date: 2019-01-17 15:41:56
Message-ID: CAKFQuwbPNOJu9jGvmHu9mAgemubq8jnUNr6aZo2FwxumikRgqA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jan 17, 2019 at 8:39 AM Rich Shepard <rshepard(at)appl-ecosys(dot)com> wrote:
>
> On Thu, 17 Jan 2019, Rich Shepard wrote:
>
> > I want only to confirm that I can use /* ... */ for multiline comments in my
> > DDL and DML scripts.
>
> Oops! Section 4.1.5 tells me that I can.
>

You could also just try it...

select 1 /* comment */ AS col_one

executes just fine...

David J.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Fabio Pardi 2019-01-17 16:06:32 Re: pgbouncer
Previous Message Rich Shepard 2019-01-17 15:39:30 Re: Identifying comments [ANSWERED]