From 52ca2ab26852caf5715f92fa8457eaad4be5e9cc Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Tue, 22 Sep 1998 15:48:03 +0000 Subject: Editing and markup cleanup. --- doc/src/sgml/ref/drop_index.sgml | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) (limited to 'doc/src/sgml/ref/drop_index.sgml') diff --git a/doc/src/sgml/ref/drop_index.sgml b/doc/src/sgml/ref/drop_index.sgml index 39ebe9f5d4e..05559b57610 100644 --- a/doc/src/sgml/ref/drop_index.sgml +++ b/doc/src/sgml/ref/drop_index.sgml @@ -17,7 +17,7 @@ 1998-04-15 - DROP INDEX index_name +DROP INDEX index_name @@ -29,12 +29,6 @@ - - - - - - @@ -47,9 +41,6 @@ - - - @@ -64,6 +55,7 @@ +status @@ -84,7 +76,7 @@ - This message occurs if "index_name" + This message occurs if index_name is not an index in the database. @@ -117,11 +109,12 @@ Notes - DROP INDEX is a PostgreSQL language extension. + DROP INDEX is a Postgres + language extension. Refer to the CREATE INDEX statement for - information on how to create indices. + information on how to create indexes. @@ -133,7 +126,7 @@ This command will remove the title_idx index: - DROP INDEX title_idx; +DROP INDEX title_idx; @@ -152,9 +145,11 @@ SQL92 -SQL92 defines commands by which to access a generic relational database. -Indices are an implementation-dependent feature and hence -there is no DROP INDEX statement in SQL92. +SQL92 defines commands by which to access + a generic relational database. +Indexes are an implementation-dependent feature and hence +there are no index-specific commands or definitions in the +SQL92 language. -- cgit v1.2.3