|
|
@ -1,5 +1,5 @@ |
|
|
|
<!-- |
|
|
|
<!-- |
|
|
|
$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.30 2003/11/29 19:51:38 pgsql Exp $ |
|
|
|
$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.31 2004/06/17 12:41:02 momjian Exp $ |
|
|
|
PostgreSQL documentation |
|
|
|
PostgreSQL documentation |
|
|
|
--> |
|
|
|
--> |
|
|
|
|
|
|
|
|
|
|
@ -18,6 +18,11 @@ PostgreSQL documentation |
|
|
|
<primary>DECLARE</primary> |
|
|
|
<primary>DECLARE</primary> |
|
|
|
</indexterm> |
|
|
|
</indexterm> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<indexterm zone="sql-declare"> |
|
|
|
|
|
|
|
<primary>cursor</primary> |
|
|
|
|
|
|
|
<secondary>DECLARE</secondary> |
|
|
|
|
|
|
|
</indexterm> |
|
|
|
|
|
|
|
|
|
|
|
<refsynopsisdiv> |
|
|
|
<refsynopsisdiv> |
|
|
|
<synopsis> |
|
|
|
<synopsis> |
|
|
|
DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ] |
|
|
|
DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ] |
|
|
|