mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-29 22:49:41 +03:00 
			
		
		
		
	Fix broken ALTER INDEX documentation
Commit b8a91d9d1c put the description of the new IF EXISTS clause in the
wrong place -- move it where it belongs.
Backpatch to 9.2.
			
			
This commit is contained in:
		| @@ -39,16 +39,6 @@ ALTER INDEX ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable> | |||||||
|  |  | ||||||
|   <variablelist> |   <variablelist> | ||||||
|  |  | ||||||
|    <varlistentry> |  | ||||||
|     <term><literal>IF EXISTS</literal></term> |  | ||||||
|     <listitem> |  | ||||||
|      <para> |  | ||||||
|       Do not throw an error if the index does not exist. A notice is issued |  | ||||||
|       in this case. |  | ||||||
|      </para> |  | ||||||
|     </listitem> |  | ||||||
|    </varlistentry> |  | ||||||
|  |  | ||||||
|    <varlistentry> |    <varlistentry> | ||||||
|     <term><literal>RENAME</literal></term> |     <term><literal>RENAME</literal></term> | ||||||
|     <listitem> |     <listitem> | ||||||
| @@ -119,6 +109,16 @@ ALTER INDEX ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable> | |||||||
|  |  | ||||||
|     <variablelist> |     <variablelist> | ||||||
|  |  | ||||||
|  |      <varlistentry> | ||||||
|  |       <term><literal>IF EXISTS</literal></term> | ||||||
|  |       <listitem> | ||||||
|  |        <para> | ||||||
|  |         Do not throw an error if the index does not exist. A notice is issued | ||||||
|  |         in this case. | ||||||
|  |        </para> | ||||||
|  |       </listitem> | ||||||
|  |      </varlistentry> | ||||||
|  |  | ||||||
|      <varlistentry> |      <varlistentry> | ||||||
|       <term><replaceable class="PARAMETER">name</replaceable></term> |       <term><replaceable class="PARAMETER">name</replaceable></term> | ||||||
|       <listitem> |       <listitem> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user