From: Alvaro Herrera Date: Tue, 12 Oct 2010 16:24:10 +0000 (-0300) Subject: Fix typo X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=82659e0456f5c5a52a35ee41e63882c280ec2496;p=users%2Fhanada%2Fpostgres.git Fix typo --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 835d35ab99..387f50d6d0 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -6699,7 +6699,7 @@ DESCRIBE [ OUTPUT ] prepared_name I Description - DECLARE retrieves metadata information about + DESCRIBE retrieves metadata information about the result columns contained in a prepared statement, without actually fetching a row.