summaryrefslogtreecommitdiff
path: root/doc/src/sgml/advanced.sgml
Commit message (Expand)AuthorAgeFilesLines
* doc: adjust "cities" example to be consistent with other SQLBruce Momjian2021-07-021-3/+3
* docs: improve 'capitals' inheritance exampleBruce Momjian2020-08-311-2/+3
* doc: clarify "state" table reference in tutorialBruce Momjian2020-08-051-2/+3
* docs: land height is "elevation", not "altitude"Bruce Momjian2020-04-221-21/+21
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-231-11/+11
* Don't use SGML empty tagsPeter Eisentraut2017-10-171-55/+55
* Change documentation references to PG website to use https: not http:Tom Lane2017-05-201-1/+1
* docs: Improve window function docsBruce Momjian2017-04-111-16/+15
* doc: split long query into multiple linesBruce Momjian2013-12-041-1/+3
* Documentation correction.Robert Haas2013-09-181-1/+1
* Revert: In docs, change a few cases of "not important" toBruce Momjian2012-08-161-2/+2
* In docs, change a few cases of "not important" to "unimportant".Bruce Momjian2012-08-161-2/+2
* Adjust documentation wording of window function ORDER BY to not mentionBruce Momjian2011-02-201-4/+4
* remove tags.Bruce Momjian2011-02-061-1/+1
* Emphasize where OVER needs to be when using a window function.Robert Haas2011-01-211-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Additional cross-references to window functions documentation.Robert Haas2010-07-031-1/+2
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-031-3/+3
* Proofreading for Bruce's recent round of documentation proofreading.Tom Lane2009-06-171-3/+3
* Proofreading adjustments for first two parts of documentation (TutorialBruce Momjian2009-04-271-5/+5
* Fix some SGML-compiler warnings on -wxml mode.Alvaro Herrera2009-02-041-2/+2
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-311-13/+20
* Support window functions a la SQL:2008.Tom Lane2008-12-281-7/+243
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-011-6/+6
* Update documentation on may/can/might:Bruce Momjian2007-01-311-3/+3
* Some marginal editorial improvements and updates in the tutorial.Tom Lane2006-10-211-2/+2
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-161-18/+1
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-101-3/+1
* We don't put URL's in ulink's because the URL is always generated, butBruce Momjian2005-04-091-4/+4
* Adjust SGML ulink tags to the URL is always displayed in our printed docs.Bruce Momjian2005-03-311-3/+3
* Minor copy-editing in tutorial.Tom Lane2004-12-171-2/+2
* Replace "--" and "---" with "&mdash;" as appropriate, for better-lookingNeil Conway2004-11-151-3/+3
* Move expanded discussion of inheritance's limitations out of tutorialTom Lane2004-08-081-96/+23
* This adds a caveat to the inheritance part of the tutorial.Bruce Momjian2004-08-081-10/+91
* Update a couple of example error messages to reflect the fact that weTom Lane2004-08-071-2/+3
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-011-1/+59
* Back out tutorial changes:Bruce Momjian2004-03-311-180/+3
* Fix markup errors from recent patch.Bruce Momjian2004-03-301-4/+4
* 1. In keeping with the recent discussion that there should be moreBruce Momjian2004-03-301-3/+180
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Adjust documentation examples to match recent error message rewordings.Tom Lane2003-09-301-3/+3
* Update obsolete examples of error messages; various other minor editing.Tom Lane2003-09-121-2/+3
* Add/edit index entries.Peter Eisentraut2003-08-311-2/+2
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-251-4/+4
* Big editing for consistent content and presentation.Peter Eisentraut2003-03-131-3/+3
* This patch makes the following changes to the documentation:Bruce Momjian2003-02-191-4/+4
* Merge documentation updates from 7.3 branch.Peter Eisentraut2002-11-111-23/+23
* Add introductory sections explaining what each book is about. Remove Y2KPeter Eisentraut2002-10-241-4/+4
* Update description of numeric constants to match 7.3 reality.Tom Lane2002-10-201-6/+5
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-111-50/+57