Peter Eisentraut
6f4a9fb119
Add User's Guide chapters on Data Definition and Data Manipulation.
...
Still needs to be filled with more information, but it gives us a
framework to have a User's Guide with complete coverage of the basic
SQL operations. Move arrays into data type chapter, inheritance into
DDL chapter (for now).
Make <comment>s show up in the output while the version number ends in
"devel".
Allow cross-book references with entities &cite-user; etc.
2002-08-05 19:43:31 +00:00
Tom Lane
8a25ec84e1
Improve documentation about array I/O representation.
2002-03-17 19:59:57 +00:00
Peter Eisentraut
bf43bed848
Spell-check and markup police
2002-01-20 22:19:57 +00:00
Tom Lane
636a939fe5
Fix array_out's failure to backslash backslashes, per bug# 524. Also,
...
remove brain-dead rule that double quotes are needed if and only if the
datatype is pass-by-reference; neither direction of the implication holds
water. Instead, examine the actual data string to see if it contains
any characters that force us to quote it.
Add some documentation about quoting of array values, which was previously
explained nowhere AFAICT.
2001-11-29 21:02:41 +00:00
Peter Eisentraut
651a639b8b
proof-reading
2001-11-28 20:49:10 +00:00
Thomas G. Lockhart
2475e87481
Deprecate 'current' for date/time input.
...
Fix up references to "PostgreSQL" rather than "Postgres". Was roughly
evenly split between the two before. ref/ files not yet done.
2001-11-21 05:53:41 +00:00
Tom Lane
5e86d226e4
Grammatical and spelling fixes.
2001-11-19 09:05:02 +00:00
Tom Lane
9b03776ff2
A bunch of small doco updates motivated by scanning the comments on
...
the interactive docs.
2001-11-19 03:58:25 +00:00
Tom Lane
3d5ddc0b3c
Clean up wrong, misleading, or obsolete documentation about array types,
...
particularly in the CREATE TYPE reference page. Fix some other errors
in the CREATE TYPE page, too.
2001-11-03 21:42:47 +00:00
Peter Eisentraut
84956e71a3
Markup additions and spell check. (covers User's Guide)
2001-09-09 17:21:59 +00:00
Peter Eisentraut
01839df6dd
Add index. Only some parts of the manual set have index entries so far...
2001-05-12 22:51:36 +00:00
Peter Eisentraut
1c63587f24
Clean up markup, add description of contrib/array operators by Joel Burton
...
<jburton@scw.org>.
2001-01-26 23:40:39 +00:00
Peter Eisentraut
027f144e39
Terminology cleanup: class -> table, instance -> row, attribute -> column,
...
etc.
2001-01-13 23:58:55 +00:00
Tom Lane
e4eb91048c
Document the array_dims() function, and make some other small improvements
...
in the docs for arrays.
2000-12-18 23:39:37 +00:00
Tom Lane
c501e9aabe
Misc. cleanups.
2000-12-17 05:50:23 +00:00
Tom Lane
0813fcbc08
Documentation updates to reflect TOAST and new-style fmgr.
2000-08-24 23:36:29 +00:00
Tom Lane
68c1801b1d
Small improvements to user's guide description of arrays.
2000-03-28 03:39:50 +00:00
Peter Eisentraut
4579e68db2
Updated user's guide to match new psql's output format
...
Fixed bug in createdb/alternative location
2000-03-26 18:32:30 +00:00
Thomas G. Lockhart
5f372f9e59
Add id field to chapter and book tags to allow output file names
...
to be meaningful.
1998-07-29 06:50:04 +00:00
Bruce Momjian
d31736e92b
Doc updates from Darren on char2-16 removal
1998-04-26 04:18:06 +00:00
Thomas G. Lockhart
c8cfb0cea8
SGML source for new documentation.
1998-03-01 08:16:16 +00:00