postgresql/doc/src/sgml
Peter Eisentraut 739adf32ee Remove unused system table columns:
pg_language.lancompiler
pg_operator.oprprec
pg_operator.oprisleft
pg_proc.proimplicit
pg_proc.probyte_pct
pg_proc.properbyte_cpu
pg_proc.propercall_cpu
pg_proc.prooutin_ratio
pg_shadow.usetrace
pg_type.typprtlen
pg_type.typreceive
pg_type.typsend

Attempts to use the obsoleted attributes of pg_operator or pg_proc
in the CREATE commands will be greeted by a warning.  For pg_type,
there is no warning (yet) because pg_dump scripts still contain these
attributes.

Also remove new but already obsolete spellings
isVolatile, isStable, isImmutable in WITH clause.  (Use new syntax
instead.)
2002-07-24 19:11:14 +00:00
..
ref Remove unused system table columns: 2002-07-24 19:11:14 +00:00
Makefile Allow detection of collateindex.pl in stylesheet directory or in path, 2002-04-14 17:23:20 +00:00
admin.sgml Move disk usage section into its own section. 2002-06-13 05:15:22 +00:00
advanced.sgml Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:32:33 +00:00
arch-dev.sgml Deprecate 'current' for date/time input. 2001-11-21 05:53:41 +00:00
arch-pg.sgml Spell-check and markup police 2002-01-20 22:19:57 +00:00
array.sgml Improve documentation about array I/O representation. 2002-03-17 19:59:57 +00:00
backup.sgml proof-reading 2001-11-28 20:49:10 +00:00
biblio.sgml Adjust spelling of article titles to match the originals, add some links. 2002-01-08 23:50:37 +00:00
bki.sgml Implement types regprocedure, regoper, regoperator, regclass, regtype 2002-04-25 02:56:56 +00:00
book-decl.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
catalogs.sgml Remove unused system table columns: 2002-07-24 19:11:14 +00:00
charset.sgml Add pg_conversion system catalog. Update description for multibyte support. 2002-07-24 05:51:56 +00:00
client-auth.sgml Fix SGML markup problem. 2002-04-09 00:38:24 +00:00
compiler.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
contacts.sgml Update Thomas Lockhart's email address to lockhart@fourpalms.org. 2002-01-08 20:03:58 +00:00
cvs.sgml Make spelling of operating system names match official version closely. 2002-01-09 00:52:38 +00:00
datatype.sgml > pgsql-bugs@postgresql.org wrote: 2002-07-16 17:05:46 +00:00
datetime.sgml Spell checking and markup additions 2002-03-22 19:20:45 +00:00
developer.sgml Bunch of copy fitting and style sheet tweakage to get decent looking print 2001-10-09 18:46:00 +00:00
dfunc.sgml Spell-check and markup police 2002-01-20 22:19:57 +00:00
diskusage.sgml Fix capitalization. 2002-07-05 00:14:16 +00:00
docguide.sgml Spell checking and markup additions 2002-03-22 19:20:45 +00:00
ecpg.sgml Spell-check and markup police 2002-01-20 22:19:57 +00:00
extend.sgml Editorial review 2002-01-07 02:29:15 +00:00
features.sgml This fixes 2 inaccuracies in the recently added SQL99 feature list docs. 2002-07-16 00:51:37 +00:00
filelist.sgml Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard. 2002-06-15 03:00:09 +00:00
fixrtf Add option --refentry to change \keepn (keep with next paragraph) to 2001-04-20 15:50:25 +00:00
func-ref.sgml Add id field to chapter and book tags to allow output file names 1998-07-29 06:50:04 +00:00
func.sgml Document quote_ident and quote_literal in the main list of string functions, 2002-06-24 22:17:01 +00:00
geqo.sgml Spell-check and markup police 2002-01-20 22:19:57 +00:00
gist.sgml Make spelling of operating system names match official version closely. 2002-01-09 00:52:38 +00:00
history.sgml Editorial review 2002-01-07 02:29:15 +00:00
indexcost.sgml Spell checking and markup additions 2002-03-22 19:20:45 +00:00
indices.sgml Mention "PostgreSQL"'s hashes as slower/similar to btree. 2002-06-21 19:06:44 +00:00
info.sgml proof-reading 2001-11-28 20:49:10 +00:00
inherit.sgml Update/correct inheritance examples. 2002-04-13 17:17:29 +00:00
install-win32.sgml proof-reading 2001-11-28 20:49:10 +00:00
installation.sgml Add NetBSD/MIPS as a supported platform. 2002-06-15 02:41:56 +00:00
intro.sgml Editorial review 2002-01-07 02:29:15 +00:00
jdbc.sgml Spell checking and markup additions 2002-03-22 19:20:45 +00:00
keywords.sgml Improve COPY syntax to use WITH clause, keep backward compatibility. 2002-06-20 16:00:44 +00:00
legal.sgml Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpgeasy.sgml Improve libpgeasy API for multiple result sets, add example. 2002-03-04 18:50:21 +00:00
libpgtcl.sgml Fix broken SGML tag. 2002-04-14 01:31:37 +00:00
libpq++.sgml Spell checking and markup additions 2002-03-22 19:20:45 +00:00
libpq.sgml Spell checking and markup additions 2002-03-22 19:20:45 +00:00
lobj.sgml Correct documention of lo_unlink return value as int, not Oid. 2002-04-18 14:28:14 +00:00
maintenance.sgml Rename command to reindexdb, for consistency. 2002-06-23 03:51:55 +00:00
manage-ag.sgml proof-reading 2001-11-28 20:49:10 +00:00
manage.sgml Spell-check and markup police 2002-01-20 22:19:57 +00:00
monitoring.sgml Spell checking and markup additions 2002-03-22 19:20:45 +00:00
mvcc.sgml Improve manual's discussion of locking and MVCC. 2002-05-30 20:45:18 +00:00
nls.sgml Spell checking and markup additions 2002-03-22 19:20:45 +00:00
notation.sgml Copy-editing. 2001-11-23 22:06:20 +00:00
odbc.sgml Spell checking and markup additions 2002-03-22 19:20:45 +00:00
page.sgml Add new documentation on page format. 2002-06-20 21:48:47 +00:00
perform.sgml Tweak labeling of plan qual conditions for more consistency. 2002-03-24 17:11:37 +00:00
plperl.sgml Update docs for new stored procedure error levels. 2002-03-06 19:05:58 +00:00
plpython.sgml Spell checking and markup additions 2002-03-22 19:20:45 +00:00
plsql.sgml plpgsql's PERFORM statement now sets FOUND depending on whether any 2002-06-24 23:12:06 +00:00
pltcl.sgml Spell checking and markup additions 2002-03-22 19:20:45 +00:00
postgres.sgml Deprecate 'current' for date/time input. 2001-11-21 05:53:41 +00:00
problems.sgml Spell-check and markup police 2002-01-20 22:19:57 +00:00
programmer.sgml Editorial review 2002-01-07 02:29:15 +00:00
protocol.sgml Spell checking and markup additions 2002-03-22 19:20:45 +00:00
pygresql.sgml Don't mark up as acronym that which is not an acronym. 2002-03-27 19:19:23 +00:00
queries.sgml Updates for schema features. 2002-04-25 20:14:43 +00:00
query.sgml Spell-check and markup police 2002-01-20 22:19:57 +00:00
recovery.sgml Spell-check and markup police 2002-01-20 22:19:57 +00:00
refentry.sgml Accumulated fixups. 2000-03-30 22:22:41 +00:00
reference.ced Deprecate 'current' for date/time input. 2001-11-21 05:53:41 +00:00
reference.sgml Add CREATE CONVERSION/DROP CONVERSOION reference manual 2002-07-22 08:57:15 +00:00
regress.sgml Make regression tests locale-proof by setting some locale categories 2002-05-14 13:05:43 +00:00
release.sgml Code review for SHOW output changes; fix horology expected files for 2002-07-20 15:12:56 +00:00
rules.sgml Change naming rule for ON SELECT rules of views: they're all just 2002-04-19 23:13:54 +00:00
runtime.sgml Add SET statement_timeout capability. Timeout is in ms. A value of 2002-07-13 01:02:14 +00:00
sources.sgml Spell-check and markup police 2002-01-20 22:19:57 +00:00
spi.sgml Spell checking and markup additions 2002-03-22 19:20:45 +00:00
sql.sgml Back out EXCEPT/DIFFERENCE patch. Seems I forgot the details of this. 2002-03-15 16:16:31 +00:00
standalone-install.sgml Readd test/regress/README file, this time with a well-defined and simple 2001-09-21 18:37:05 +00:00
start.sgml Spell-check and markup police 2002-01-20 22:19:57 +00:00
stylesheet.css Uppercase class selectors, to work with browsers that follow the standards. 2002-03-11 05:02:04 +00:00
stylesheet.dsl Indent verbatim environments. 2002-06-01 20:56:00 +00:00
syntax.sgml Ooops, fix busted markup. 2002-06-15 22:15:03 +00:00
trigger.sgml pg_trigger's index on tgrelid is replaced by a unique index on 2002-04-19 16:36:08 +00:00
tutorial.sgml New blood and fresh air for tutorial 2001-09-02 23:27:50 +00:00
typeconv.sgml Updates for schema features. 2002-04-25 20:14:43 +00:00
user-manag.sgml Make note that ALTER TABLE can change table owner these days. 2002-07-19 18:53:50 +00:00
user.sgml Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard. 2002-06-15 03:00:09 +00:00
version.sgml Set version to 7.3devel. 2002-02-18 21:46:17 +00:00
wal.sgml Don't document that UNDO is certain to be added in the future. 2002-07-05 19:06:11 +00:00
xaggr.sgml Editorial review 2002-01-07 02:29:15 +00:00
xfunc.sgml Here (finally ;-)) is a doc patch covering the Table Function C API. It 2002-07-18 04:47:17 +00:00
xindex.sgml Document problems with hash indexes compared to btree. 2002-06-21 03:25:53 +00:00
xoper.sgml Update for additional options in CREATE OPERATOR. 2002-05-11 02:09:41 +00:00
xplang.sgml Editorial review 2002-01-07 02:29:15 +00:00
xtypes.sgml Spell checking and markup additions 2002-03-22 19:20:45 +00:00
y2k.sgml Update Thomas Lockhart's email address to lockhart@fourpalms.org. 2002-01-08 20:03:58 +00:00