~ubuntu-branches/ubuntu/trusty/postgresql-9.3/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/src/sgml/man7/CLOSE.7

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2016-03-31 11:04:53 UTC
  • mfrom: (1.1.11) (18.1.4 trusty-security)
  • Revision ID: package-import@ubuntu.com-20160331110453-h6xfs9f11suj3mze
Tags: 9.3.12-0ubuntu0.14.04
* New upstream bug fix release. (LP: #1564268)
  - See http://www.postgresql.org/about/news/1656/ for details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
'\" t
2
2
.\"     Title: CLOSE
3
3
.\"    Author: The PostgreSQL Global Development Group
4
 
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
 
.\"      Date: 2015
6
 
.\"    Manual: PostgreSQL 9.3.9 Documentation
7
 
.\"    Source: PostgreSQL 9.3.9
 
4
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
 
5
.\"      Date: 2016
 
6
.\"    Manual: PostgreSQL 9.3.12 Documentation
 
7
.\"    Source: PostgreSQL 9.3.12
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "CLOSE" "7" "2015" "PostgreSQL 9.3.9" "PostgreSQL 9.3.9 Documentation"
 
10
.TH "CLOSE" "7" "2016" "PostgreSQL 9.3.12" "PostgreSQL 9.3.12 Documentation"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
38
38
.fi
39
39
.SH "DESCRIPTION"
40
40
.PP
41
 
 
42
41
\fBCLOSE\fR
43
42
frees the resources associated with an open cursor\&. After the cursor is closed, no subsequent operations are allowed on it\&. A cursor should be closed when it is no longer needed\&.
44
43
.PP
62
61
.RE
63
62
.SH "NOTES"
64
63
.PP
65
 
 
66
64
PostgreSQL
67
65
does not have an explicit
68
66
\fBOPEN\fR
93
91
.\}
94
92
.SH "COMPATIBILITY"
95
93
.PP
96
 
 
97
94
\fBCLOSE\fR
98
95
is fully conforming with the SQL standard\&.
99
96
\fBCLOSE ALL\fR