summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_view.sgml
AgeCommit message (Expand)Author
2023-01-16More documentation update for GRANT ... WITH SET OPTION.Robert Haas
2022-03-22Add support for security invoker views.Dean Rasheed
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2020-06-07doc: Fix man page whitespace issuesPeter Eisentraut
2020-03-18Update the description of type of check_option reloption in docs.Fujii Masao
2019-11-21Allow ALTER VIEW command to rename the column in the view.Fujii Masao
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-10-10Use lower-case SGML attribute valuesPeter Eisentraut
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2014-10-14doc: Improve ALTER VIEW / SET documentationPeter Eisentraut
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-07-17Use correct parameter name for view_option_valueStephen Frost
2013-06-02Fix whitespace issues in the man pagesPeter Eisentraut
2013-02-09Add an example of attaching a default value to an updatable view.Tom Lane
2012-12-08Support automatically-updatable views.Tom Lane
2012-06-21Make placeholders in SQL command help more consistent and precisePeter Eisentraut
2012-01-23ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs
2011-12-22Add a security_barrier option for views.Robert Haas
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-06-15Rearrange ALTER TABLE syntax processing as per my recent proposal: theTom Lane
2007-10-03Some editorial improvements for recently-added ALTER SEQUENCE/VIEWTom Lane
2007-07-08Fix broken markup.Tom Lane
2007-07-03Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway