summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/commit.sgml
AgeCommit message (Collapse)Author
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
DocBook XML is superficially compatible with DocBook SGML but has a slightly stricter DTD that we have been violating in a few cases. Although XSLT doesn't care whether the document is valid, the style sheets don't necessarily process invalid documents correctly, so we need to work toward fixing this. This first commit moves the indexterms in refentry elements to an allowed position. It has no impact on the output.
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
There is what may actually be a mistake in our markup. The problem is in a situation like <para> <command>FOO</command> is ... there is strictly speaking a line break before "FOO". In the HTML output, this does not appear to be a problem, but in the man page output, this shows up, so you get double blank lines at odd places. So far, we have attempted to work around this with an XSL hack, but that causes other problems, such as creating run-ins in places like <acronym>SQL</acronym> <command>COPY</command> So fix the problem properly by removing the extra whitespace. I only fixed the problems that affect the man page output, not all the places.
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
The endterm attribute is mainly useful when the toolchain does not support automatic link target text generation for a particular situation. In the past, this was required by the man page tools for all reference page links, but that is no longer the case, and it now actually gets in the way of proper automatic link text generation. The only remaining use cases are currently xrefs to refsects.
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
another section if required by the platform (instead of the old way of building them in section "l" and always transforming them to the platform-specific section). This speeds up the installation on common platforms, and it avoids some funny business with the man page tools and build process.
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-12More cleanup of Diagnostics sections.Tom Lane
2003-09-09Remove a bunch of content-free Diagnostics sections, as per previousTom Lane
discussion. (Still have some work to do editing the remainder.)
2003-08-31Add/edit index entries.Peter Eisentraut
2003-04-15Bring SQL ref pages to consistent format, part 1.Peter Eisentraut
2002-04-21Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart
capabilities of specifying time zones as intervals per SQL9x. Put refentrytitle contents on the same line as the tag. Otherwise, leading whitespace is propagated into the product, which (at least) messes up the ToC layout. Remove (some) docinfo tags containing dates. Best to omit if the dates are not accurate; maybe use CVS dates instead or leave them out.
2002-03-06Update reference pages for new INFO, NOTICE, WARNING elog() levels.Bruce Momjian
2001-12-08Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart
between Postgres and PostgreSQL.
2001-09-03Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut
2000-12-25Refine some things to create better looking man pages.Peter Eisentraut
2000-01-29A few minor psql enhancementsPeter Eisentraut
Initdb help correction Changed end/abort to commit/rollback and changed related notices Commented out way old printing functions in libpq Fixed a typo in alter table / alter column
1999-07-22Complete merge of all old man page information.Thomas G. Lockhart
ecpg reference page still needs formatting.
1999-07-06Fix markup for docbook2man man page generation.Thomas G. Lockhart
No big deal; fixed lots of other markup at the same time. Bigest change: make sure there is no whitespace in front of <term> contents. This will probably help the other output types too.
1999-06-14Minor updates for release.Thomas G. Lockhart
Split reference pages for CREATE TABLE AS and SELECT INTO to allow psgml (the emacs parser) to handle parsing.
1998-12-29Clean up to ensure tag completion as required by the newest versionsThomas G. Lockhart
of Norm's Modular Style Sheets and jade/docbook. From Vince Vielhaber <[email protected]>.
1998-10-30Minor cleanup in markup, especially in the Output section.Thomas G. Lockhart
1998-09-16Markup and editing adjustments...Thomas G. Lockhart
1998-09-07Very minor formatting fixup in the refentry id field to removeThomas G. Lockhart
the trailing "-1". This makes a cleaner html output file name. Clean up a few refpurpose fields.
1998-05-13First files for reference pages.Thomas G. Lockhart