rename sgml files?

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: rename sgml files?
Date: 2018-02-12 20:30:26
Message-ID: 313c7ad6-3866-5f18-69eb-5b4a848cdbd5@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

So, should we rename the *.sgml files to *.xml, since they are actually
now XML files?

Advantages: better automatic editor integration, better automatic syntax
highlighting (e.g., on GitHub), less confusion in general in the future

And maybe while we're at it, truncate the directory structure
doc/src/sgml/ a bit? The intermediate directories had a meaning at some
point, but now they're mostly empty.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2018-02-12 20:43:49 Re: Cancelling parallel query leads to segfault
Previous Message Alvaro Herrera 2018-02-12 20:26:15 Re: unique indexes on partitioned tables