aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_table.sgml
Commit message (Expand)AuthorAge
* Add support for temporary views, including documentation and regressionNeil Conway2005-02-02
* More < and > changes to ampersands.Bruce Momjian2005-01-22
* Fix example, change table name from 'array' to 'array_int'.Bruce Momjian2005-01-05
* More minor updates and copy-editing.Tom Lane2005-01-04
* Spell checker runPeter Eisentraut2004-12-13
* Update of conformance information to SQL:2003Peter Eisentraut2004-11-27
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* Disallow referential integrity actions from being deferred; only theTom Lane2004-10-21
* Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane2004-08-02
* Tablespace examples for CREATE TABLE/INDEX/SCHEMA/DATABASE as well asBruce Momjian2004-07-12
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Clearify CHECK handling of unknown test values.Bruce Momjian2004-05-19
* Clean up rather poor description of the difference between INHERITS andTom Lane2004-03-22
* Refer to GUC variables using <xref> tags rather than <varname> tags,Neil Conway2004-03-09
* Add a few more xrefs, where they seemed appropriate: for example, referNeil Conway2004-03-01
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Repair error in syntax documentation for CREATE TABLE: one does not putTom Lane2003-11-14
* Here's a patch that adds some text mentioning thatBruce Momjian2003-11-12
* Spell checking, consistent terminology.Peter Eisentraut2003-11-01
* Remove a bunch of content-free Diagnostics sections, as per previousTom Lane2003-09-09
* Add/edit index entries.Peter Eisentraut2003-08-31
* Fix broken markup.Tom Lane2003-06-12
* Brief note about sequence cache not being cleared in other backends.Bruce Momjian2003-06-12
* When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than ourTom Lane2003-05-04
* More editing of reference pages.Peter Eisentraut2003-04-22
* Another try at correctly explaining the difference between Postgres andTom Lane2003-04-14
* Minor copy-editing.Tom Lane2003-04-14
* Clarify description of our deviation from standard for temp tables,Tom Lane2003-04-14
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* This patch includes more SGML markup fixes as well as a few minorBruce Momjian2003-02-19
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-19
* Document that zero-column tables are allowed (and non-standard).Tom Lane2002-12-16
* Fixups for man pagesPeter Eisentraut2002-11-21
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-09
* This patch fixes a minor inaccuracy in the documentation: NOT NULL isBruce Momjian2002-09-02
* Revise command completion tags as per hackers message on 20 March.Peter Eisentraut2002-05-18
* Update SQL-command reference pages for schema features.Tom Lane2002-04-23
* Spell checking and markup additionsPeter Eisentraut2002-03-22
* Spell-check and markup policePeter Eisentraut2002-01-20
* Add mention of index on foreign key for frequently updated primary keyBruce Momjian2002-01-03
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-08
* Initial round of tweakage for man pagesPeter Eisentraut2001-11-18
* Make the CREATE TABLE ref page more readable and update some information.Peter Eisentraut2001-10-22
* Bunch of copy fitting and style sheet tweakage to get decent looking printPeter Eisentraut2001-10-09
* Replace ASCII-quotes with proper markup.Peter Eisentraut2001-09-13
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-03
* Cleanup some minor oversights in optional-OIDs stuff.Tom Lane2001-08-10
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10