pgsql: doc: Revert ALTER TABLESPACE summary line

Started by Peter Eisentrautalmost 12 years ago2 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

doc: Revert ALTER TABLESPACE summary line

It was changed when ALTER TABLESPACE / MOVE was added but then not
updated when that was moved back out.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/14b7c8f2d062d50f2ad5d306c5cc26b7ec5cf11e

Modified Files
--------------
doc/src/sgml/ref/alter_tablespace.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Stephen Frost
sfrost@snowman.net
In reply to: Peter Eisentraut (#1)
Re: pgsql: doc: Revert ALTER TABLESPACE summary line

* Peter Eisentraut (peter_e@gmx.net) wrote:

doc: Revert ALTER TABLESPACE summary line

It was changed when ALTER TABLESPACE / MOVE was added but then not
updated when that was moved back out.

Whoops- sorry about that, and thanks for fixing.

Stephen