Re: Identifying comments [ANSWERED] - Mailing list pgsql-general

From David G. Johnston
Subject Re: Identifying comments [ANSWERED]
Date
Msg-id CAKFQuwbPNOJu9jGvmHu9mAgemubq8jnUNr6aZo2FwxumikRgqA@mail.gmail.com
Whole thread Raw
In response to Re: Identifying comments [ANSWERED]  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
On Thu, Jan 17, 2019 at 8:39 AM Rich Shepard <rshepard@appl-ecosys.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.


pgsql-general by date:

Previous
From: Rich Shepard
Date:
Subject: Re: Identifying comments [ANSWERED]
Next
From: Fabio Pardi
Date:
Subject: Re: pgbouncer