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

From Nathan Bossart
Subject Re: Use uppercase keywords in foreign key tutorial
Date
Msg-id aQE29YG5pY4Cl8ym@nathan
Whole thread Raw
In response to Re: Use uppercase keywords in foreign key tutorial  ("Euler Taveira" <euler@eulerto.com>)
List pgsql-docs
I noticed the patch also changes some column types to lowercase:

 <programlisting>
 CREATE TYPE tablefunc_crosstab_N AS (
-    row_name TEXT,
-    category_1 TEXT,
-    category_2 TEXT,
+    row_name text,
+    category_1 text,
+    category_2 text,
         .
         .
         .
-    category_N TEXT
+    category_N text
 );
 </programlisting>

FWIW I tend to use uppercase for those, too, but I'm not sure there is a
preferred style for the docs.

-- 
nathan



pgsql-docs by date:

Previous
From: Oleg
Date:
Subject: Re: Documentation improvement patch
Next
From: jian he
Date:
Subject: copy.sgml: add XML ID attributes to tags.