Re: Use uppercase keywords in foreign key tutorial - Mailing list pgsql-docs

From David Rowley
Subject Re: Use uppercase keywords in foreign key tutorial
Date
Msg-id CAApHDvraaZLdTm4XTLkgGhUwecpmNm1dOJMcEToak-Bh5742hQ@mail.gmail.com
Whole thread Raw
In response to Re: Use uppercase keywords in foreign key tutorial  (Erik Wienhold <ewie@ewie.name>)
Responses Re: Use uppercase keywords in foreign key tutorial
List pgsql-docs
On Tue, 4 Nov 2025 at 09:06, Erik Wienhold <ewie@ewie.name> wrote:
> Fixed in the attached v4.  Except for one match in dblink.sgml that is
> the sample output of dblink_build_sql_insert which actually omits the
> space after the table name and VALUES keyword.

I went through all these and I think it's mostly good. However...

It seems strange to me that you've made so many changes to transform
"CREATE TABLE foo(" into "CREATE TABLE foo (", but you've done the
opposite for CREATE FUNCTION and CREATE PROCEDURE. Did you go with the
majority rules here? It just seems a bit hard to follow what the
standard is being enforced here and if that's hard to understand now,
what hope is there of people following that in the future?

I'm starting to wonder if adjusting the spacing here is a worthwhile change.

David



pgsql-docs by date:

Previous
From: Erik Wienhold
Date:
Subject: Re: Use uppercase keywords in foreign key tutorial
Next
From: Erik Wienhold
Date:
Subject: Re: Use uppercase keywords in foreign key tutorial