aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_table_as.sgml
Commit message (Expand)AuthorAge
* doc: clarify CREATE TABLE AS ... IF NOT EXISTSBruce Momjian2022-08-12
* Remove INSERT privilege check at table creation of CTAS and matviewMichael Paquier2020-11-21
* Relax INSERT privilege requirement for CTAS and matviews WITH NO DATAMichael Paquier2020-11-16
* Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut2020-10-03
* Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.Tom Lane2020-05-11
* Fix typo in commit 578b229718.Amit Kapila2019-09-19
* Fix copy-and-paste mistakes in documentation.Thomas Munro2019-05-08
* tableam: basic documentation.Andres Freund2019-04-03
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Use lower-case SGML attribute valuesPeter Eisentraut2017-10-10
* Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan2014-12-13
* docs: remove unnecessary references to old PG versionsBruce Momjian2014-02-24
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* Add a materialized view relations.Kevin Grittner2013-03-03
* Make placeholders in SQL command help more consistent and precisePeter Eisentraut2012-06-22
* Deprecate use of GLOBAL and LOCAL in temp table creation.Tom Lane2012-06-13
* Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane2011-11-24
* Some markup cleanup to deconfuse the find_gt_lt toolPeter Eisentraut2011-08-30
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Support unlogged tables.Robert Haas2010-12-29
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* TABLE commandPeter Eisentraut2008-11-20
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.Peter Eisentraut2008-10-28
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-03
* Documentation for VALUES lists. Joe Conway and Tom LaneTom Lane2006-09-18
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Documentation fixes for FILLFACTOR patch. Minor other editorialization.Tom Lane2006-07-04
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-19
* Make an editorial pass over the reference pages.Tom Lane2005-11-01
* Fix assorted typos in the documentation, and use American spellingNeil Conway2005-10-15
* Some more small improvements in response to 7.4 interactive docs comments.Tom Lane2005-01-09
* Revert cosmetic synopsis changes that break psql translations.Peter Eisentraut2005-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
* Update CREATE TABLE AS docs to reflect the fact that CREATE TABLE AS wasNeil Conway2004-09-23
* Various minor improvements to the SGML documentation: fix some incorrectNeil Conway2004-08-24
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Refer to GUC variables using <xref> tags rather than <varname> tags,Neil Conway2004-03-09
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-10
* This patch makes some SGML markup more consistent and makes a smallNeil Conway2003-12-13
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29