diff -Nru postgresql-9.1-9.1.16/config/python.m4 postgresql-9.1-9.1.17/config/python.m4 --- postgresql-9.1-9.1.16/config/python.m4 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/config/python.m4 2015-06-01 19:12:43.000000000 +0000 @@ -85,18 +85,4 @@ AC_SUBST(python_libspec)[]dnl AC_SUBST(python_additional_libs)[]dnl -# threaded python is not supported on OpenBSD -AC_MSG_CHECKING(whether Python is compiled with thread support) -pythreads=`${PYTHON} -c "import sys; print(int('thread' in sys.builtin_module_names))"` -if test "$pythreads" = "1"; then - AC_MSG_RESULT(yes) - case $host_os in - openbsd*) - AC_MSG_ERROR([threaded Python not supported on this platform]) - ;; - esac -else - AC_MSG_RESULT(no) -fi - ])# PGAC_CHECK_PYTHON_EMBED_SETUP diff -Nru postgresql-9.1-9.1.16/configure postgresql-9.1-9.1.17/configure --- postgresql-9.1-9.1.16/configure 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/configure 2015-06-01 19:12:43.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for PostgreSQL 9.1.16. +# Generated by GNU Autoconf 2.63 for PostgreSQL 9.1.17. # # Report bugs to . # @@ -598,8 +598,8 @@ # Identity of this package. PACKAGE_NAME='PostgreSQL' PACKAGE_TARNAME='postgresql' -PACKAGE_VERSION='9.1.16' -PACKAGE_STRING='PostgreSQL 9.1.16' +PACKAGE_VERSION='9.1.17' +PACKAGE_STRING='PostgreSQL 9.1.17' PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' ac_unique_file="src/backend/access/common/heaptuple.c" @@ -1415,7 +1415,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures PostgreSQL 9.1.16 to adapt to many kinds of systems. +\`configure' configures PostgreSQL 9.1.17 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1480,7 +1480,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of PostgreSQL 9.1.16:";; + short | recursive ) echo "Configuration of PostgreSQL 9.1.17:";; esac cat <<\_ACEOF @@ -1627,7 +1627,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -PostgreSQL configure 9.1.16 +PostgreSQL configure 9.1.17 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1643,7 +1643,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by PostgreSQL $as_me 9.1.16, which was +It was created by PostgreSQL $as_me 9.1.17, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -7403,25 +7403,6 @@ $as_echo "${python_libspec} ${python_additional_libs}" >&6; } -# threaded python is not supported on OpenBSD -{ $as_echo "$as_me:$LINENO: checking whether Python is compiled with thread support" >&5 -$as_echo_n "checking whether Python is compiled with thread support... " >&6; } -pythreads=`${PYTHON} -c "import sys; print(int('thread' in sys.builtin_module_names))"` -if test "$pythreads" = "1"; then - { $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } - case $host_os in - openbsd*) - { { $as_echo "$as_me:$LINENO: error: threaded Python not supported on this platform" >&5 -$as_echo "$as_me: error: threaded Python not supported on this platform" >&2;} - { (exit 1); exit 1; }; } - ;; - esac -else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } -fi - fi @@ -30436,7 +30417,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by PostgreSQL $as_me 9.1.16, which was +This file was extended by PostgreSQL $as_me 9.1.17, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -30503,7 +30484,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -PostgreSQL config.status 9.1.16 +PostgreSQL config.status 9.1.17 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff -Nru postgresql-9.1-9.1.16/configure.in postgresql-9.1-9.1.17/configure.in --- postgresql-9.1-9.1.16/configure.in 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/configure.in 2015-06-01 19:12:43.000000000 +0000 @@ -17,7 +17,7 @@ dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [9.1.16], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.1.17], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not diff -Nru postgresql-9.1-9.1.16/debian/changelog postgresql-9.1-9.1.17/debian/changelog --- postgresql-9.1-9.1.16/debian/changelog 2015-05-20 21:34:38.000000000 +0000 +++ postgresql-9.1-9.1.17/debian/changelog 2015-06-03 07:59:17.000000000 +0000 @@ -1,3 +1,22 @@ +postgresql-9.1 (9.1.17-0ubuntu0.12.04) precise-proposed; urgency=medium + + * New upstream bug fix release (LP: #1461425) + - Avoid failures while fsync'ing data directory during crash restart. + + In the previous minor releases we added a patch to fsync everything in + the data directory after a crash. Unfortunately its response to any + error condition was to fail, thereby preventing the server from starting + up, even when the problem was quite harmless. An example is that an + unwritable file in the data directory would prevent restart on some + platforms; but it is common to make SSL certificate files unwritable by + the server. Revise this behavior so that permissions failures are + ignored altogether, and other types of failures are logged but do not + prevent continuing. + + - See release notes for details about other fixes. + + -- Martin Pitt Wed, 03 Jun 2015 09:58:48 +0200 + postgresql-9.1 (9.1.16-0ubuntu0.12.04) precise-security; urgency=medium * New upstream security/bug fix release (LP: #1457093) diff -Nru postgresql-9.1-9.1.16/doc/bug.template postgresql-9.1-9.1.17/doc/bug.template --- postgresql-9.1-9.1.16/doc/bug.template 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/bug.template 2015-06-01 19:12:43.000000000 +0000 @@ -27,7 +27,7 @@ Operating System (example: Linux 2.4.18) : - PostgreSQL version (example: PostgreSQL 9.1.16): PostgreSQL 9.1.16 + PostgreSQL version (example: PostgreSQL 9.1.17): PostgreSQL 9.1.17 Compiler used (example: gcc 3.3.5) : diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/html/acronyms.html postgresql-9.1-9.1.17/doc/src/sgml/html/acronyms.html --- postgresql-9.1-9.1.16/doc/src/sgml/html/acronyms.html 2015-05-19 23:27:35.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/html/acronyms.html 2015-06-01 19:29:17.000000000 +0000 @@ -9,7 +9,7 @@ REV="MADE" HREF="mailto:pgsql-docs@postgresql.org">
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.1.1. Functions Implemented

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.1. Release 9.1.17
E.2. Release 9.1.16
E.2. E.3. Release 9.1.15
E.3. E.4. Release 9.1.14
E.4. E.5. Release 9.1.13
E.5. E.6. Release 9.1.12
E.6. E.7. Release 9.1.11
E.7. E.8. Release 9.1.10
E.8. E.9. Release 9.1.9
E.9. E.10. Release 9.1.8
E.10. E.11. Release 9.1.7
E.11. E.12. Release 9.1.6
E.12. E.13. Release 9.1.5
E.13. E.14. Release 9.1.4
E.14. E.15. Release 9.1.3
E.15. E.16. Release 9.1.2
E.16. E.17. Release 9.1.1
E.17. E.18. Release 9.1
E.18. E.19. Release 9.0.21
E.20. Release 9.0.20
E.19. E.21. Release 9.0.19
E.20. E.22. Release 9.0.18
E.21. E.23. Release 9.0.17
E.22. E.24. Release 9.0.16
E.23. E.25. Release 9.0.15
E.24. E.26. Release 9.0.14
E.25. E.27. Release 9.0.13
E.26. E.28. Release 9.0.12
E.27. E.29. Release 9.0.11
E.28. E.30. Release 9.0.10
E.29. E.31. Release 9.0.9
E.30. E.32. Release 9.0.8
E.31. E.33. Release 9.0.7
E.32. E.34. Release 9.0.6
E.33. E.35. Release 9.0.5
E.34. E.36. Release 9.0.4
E.35. E.37. Release 9.0.3
E.36. E.38. Release 9.0.2
E.37. E.39. Release 9.0.1
E.38. E.40. Release 9.0
E.39. E.41. Release 8.4.22
E.40. E.42. Release 8.4.21
E.41. E.43. Release 8.4.20
E.42. E.44. Release 8.4.19
E.43. E.45. Release 8.4.18
E.44. E.46. Release 8.4.17
E.45. E.47. Release 8.4.16
E.46. E.48. Release 8.4.15
E.47. E.49. Release 8.4.14
E.48. E.50. Release 8.4.13
E.49. E.51. Release 8.4.12
E.50. E.52. Release 8.4.11
E.51. E.53. Release 8.4.10
E.52. E.54. Release 8.4.9
E.53. E.55. Release 8.4.8
E.54. E.56. Release 8.4.7
E.55. E.57. Release 8.4.6
E.56. E.58. Release 8.4.5
E.57. E.59. Release 8.4.4
E.58. E.60. Release 8.4.3
E.59. E.61. Release 8.4.2
E.60. E.62. Release 8.4.1
E.61. E.63. Release 8.4
E.62. E.64. Release 8.3.23
E.63. E.65. Release 8.3.22
E.64. E.66. Release 8.3.21
E.65. E.67. Release 8.3.20
E.66. E.68. Release 8.3.19
E.67. E.69. Release 8.3.18
E.68. E.70. Release 8.3.17
E.69. E.71. Release 8.3.16
E.70. E.72. Release 8.3.15
E.71. E.73. Release 8.3.14
E.72. E.74. Release 8.3.13
E.73. E.75. Release 8.3.12
E.74. E.76. Release 8.3.11
E.75. E.77. Release 8.3.10
E.76. E.78. Release 8.3.9
E.77. E.79. Release 8.3.8
E.78. E.80. Release 8.3.7
E.79. E.81. Release 8.3.6
E.80. E.82. Release 8.3.5
E.81. E.83. Release 8.3.4
E.82. E.84. Release 8.3.3
E.83. E.85. Release 8.3.2
E.84. E.86. Release 8.3.1
E.85. E.87. Release 8.3
E.86. E.88. Release 8.2.23
E.87. E.89. Release 8.2.22
E.88. E.90. Release 8.2.21
E.89. E.91. Release 8.2.20
E.90. E.92. Release 8.2.19
E.91. E.93. Release 8.2.18
E.92. E.94. Release 8.2.17
E.93. E.95. Release 8.2.16
E.94. E.96. Release 8.2.15
E.95. E.97. Release 8.2.14
E.96. E.98. Release 8.2.13
E.97. E.99. Release 8.2.12
E.98. E.100. Release 8.2.11
E.99. E.101. Release 8.2.10
E.100. E.102. Release 8.2.9
E.101. E.103. Release 8.2.8
E.102. E.104. Release 8.2.7
E.103. E.105. Release 8.2.6
E.104. E.106. Release 8.2.5
E.105. E.107. Release 8.2.4
E.106. E.108. Release 8.2.3
E.107. E.109. Release 8.2.2
E.108. E.110. Release 8.2.1
E.109. E.111. Release 8.2
E.110. E.112. Release 8.1.23
E.111. E.113. Release 8.1.22
E.112. E.114. Release 8.1.21
E.113. E.115. Release 8.1.20
E.114. E.116. Release 8.1.19
E.115. E.117. Release 8.1.18
E.116. E.118. Release 8.1.17
E.117. E.119. Release 8.1.16
E.118. E.120. Release 8.1.15
E.119. E.121. Release 8.1.14
E.120. E.122. Release 8.1.13
E.121. E.123. Release 8.1.12
E.122. E.124. Release 8.1.11
E.123. E.125. Release 8.1.10
E.124. E.126. Release 8.1.9
E.125. E.127. Release 8.1.8
E.126. E.128. Release 8.1.7
E.127. E.129. Release 8.1.6
E.128. E.130. Release 8.1.5
E.129. E.131. Release 8.1.4
E.130. E.132. Release 8.1.3
E.131. E.133. Release 8.1.2
E.132. E.134. Release 8.1.1
E.133. E.135. Release 8.1
E.134. E.136. Release 8.0.26
E.135. E.137. Release 8.0.25
E.136. E.138. Release 8.0.24
E.137. E.139. Release 8.0.23
E.138. E.140. Release 8.0.22
E.139. E.141. Release 8.0.21
E.140. E.142. Release 8.0.20
E.141. E.143. Release 8.0.19
E.142. E.144. Release 8.0.18
E.143. E.145. Release 8.0.17
E.144. E.146. Release 8.0.16
E.145. E.147. Release 8.0.15
E.146. E.148. Release 8.0.14
E.147. E.149. Release 8.0.13
E.148. E.150. Release 8.0.12
E.149. E.151. Release 8.0.11
E.150. E.152. Release 8.0.10
E.151. E.153. Release 8.0.9
E.152. E.154. Release 8.0.8
E.153. E.155. Release 8.0.7
E.154. E.156. Release 8.0.6
E.155. E.157. Release 8.0.5
E.156. E.158. Release 8.0.4
E.157. E.159. Release 8.0.3
E.158. E.160. Release 8.0.2
E.159. E.161. Release 8.0.1
E.160. E.162. Release 8.0
E.161. E.163. Release 7.4.30
E.162. E.164. Release 7.4.29
E.163. E.165. Release 7.4.28
E.164. E.166. Release 7.4.27
E.165. E.167. Release 7.4.26
E.166. E.168. Release 7.4.25
E.167. E.169. Release 7.4.24
E.168. E.170. Release 7.4.23
E.169. E.171. Release 7.4.22
E.170. E.172. Release 7.4.21
E.171. E.173. Release 7.4.20
E.172. E.174. Release 7.4.19
E.173. E.175. Release 7.4.18
E.174. E.176. Release 7.4.17
E.175. E.177. Release 7.4.16
E.176. E.178. Release 7.4.15
E.177. E.179. Release 7.4.14
E.178. E.180. Release 7.4.13
E.179. E.181. Release 7.4.12
E.180. E.182. Release 7.4.11
E.181. E.183. Release 7.4.10
E.182. E.184. Release 7.4.9
E.183. E.185. Release 7.4.8
E.184. E.186. Release 7.4.7
E.185. E.187. Release 7.4.6
E.186. E.188. Release 7.4.5
E.187. E.189. Release 7.4.4
E.188. E.190. Release 7.4.3
E.189. E.191. Release 7.4.2
E.190. E.192. Release 7.4.1
E.191. E.193. Release 7.4
E.192. E.194. Release 7.3.21
E.193. E.195. Release 7.3.20
E.194. E.196. Release 7.3.19
E.195. E.197. Release 7.3.18
E.196. E.198. Release 7.3.17
E.197. E.199. Release 7.3.16
E.198. E.200. Release 7.3.15
E.199. E.201. Release 7.3.14
E.200. E.202. Release 7.3.13
E.201. E.203. Release 7.3.12
E.202. E.204. Release 7.3.11
E.203. E.205. Release 7.3.10
E.204. E.206. Release 7.3.9
E.205. E.207. Release 7.3.8
E.206. E.208. Release 7.3.7
E.207. E.209. Release 7.3.6
E.208. E.210. Release 7.3.5
E.209. E.211. Release 7.3.4
E.210. E.212. Release 7.3.3
E.211. E.213. Release 7.3.2
E.212. E.214. Release 7.3.1
E.213. E.215. Release 7.3
E.214. E.216. Release 7.2.8
E.215. E.217. Release 7.2.7
E.216. E.218. Release 7.2.6
E.217. E.219. Release 7.2.5
E.218. E.220. Release 7.2.4
E.219. E.221. Release 7.2.3
E.220. E.222. Release 7.2.2
E.221. E.223. Release 7.2.1
E.222. E.224. Release 7.2
E.223. E.225. Release 7.1.3
E.224. E.226. Release 7.1.2
E.225. E.227. Release 7.1.1
E.226. E.228. Release 7.1
E.227. E.229. Release 7.0.3
E.228. E.230. Release 7.0.2
E.229. E.231. Release 7.0.1
E.230. E.232. Release 7.0
E.231. E.233. Release 6.5.3
E.232. E.234. Release 6.5.2
E.233. E.235. Release 6.5.1
E.234. E.236. Release 6.5
E.235. E.237. Release 6.4.2
E.236. E.238. Release 6.4.1
E.237. E.239. Release 6.4
E.238. E.240. Release 6.3.2
E.239. E.241. Release 6.3.1
E.240. E.242. Release 6.3
E.241. E.243. Release 6.2.1
E.242. E.244. Release 6.2
E.243. E.245. Release 6.1.1
E.244. E.246. Release 6.1
E.245. E.247. Release 6.0
E.246. E.248. Release 1.09
E.247. E.249. Release 1.02
E.248. E.250. Release 1.01
E.249. E.251. Release 1.0
E.250. E.252. Release 0.03
E.251. E.253. Release 0.02
E.252. E.254.
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentationpsql testdb -psql (9.1.16) +psql (9.1.17) Type "help" for help. testdb=> release number, for example ~/.psqlrc-9.1.16~/.psqlrc-9.1.17. A matching version-specific file will be read in preference to a non-version-specific file. diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/html/app-reindexdb.html postgresql-9.1-9.1.17/doc/src/sgml/html/app-reindexdb.html --- postgresql-9.1-9.1.16/doc/src/sgml/html/app-reindexdb.html 2015-05-19 23:26:58.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/html/app-reindexdb.html 2015-06-01 19:28:40.000000000 +0000 @@ -9,7 +9,7 @@ REV="MADE" HREF="mailto:pgsql-docs@postgresql.org">
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.2.1. Configuration Parameters

F.2.2. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.3.1. Configuration Parameters

F.3.2. Example

F.3.3. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

SQL

PostgreSQL-specific Documentation

Proceedings and Articles

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Symbols

A

auth_delay.milliseconds configuration parameter, Configuration Parameters
auto_explain.log_analyze configuration parameter, Configuration Parameters
auto_explain.log_buffers configuration parameter, Configuration Parameters
auto_explain.log_format configuration parameter, Configuration Parameters
auto_explain.log_min_duration configuration parameter, Configuration Parameters
auto_explain.log_nested_statements configuration parameter, Configuration Parameters
auto_explain.log_verbose configuration parameter, Configuration Parameters

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

unaccent, Functions

V

W

X

Y

Z

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.4.1. Example Usage

F.4.2. Authors

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.5.1. Example Usage

F.5.2. Authors

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

If your version is older than 9.1.16 we will almost certainly +> If your version is older than 9.1.17 we will almost certainly tell you to upgrade. There are many bug fixes and improvements in each new release, so it is quite possible that a bug you have encountered in an older release of

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.6.1. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.7.1. Rationale

F.7.2. How to Use It

F.7.3. String Comparison Behavior

F.7.4. Limitations

F.7.5. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Notes

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Notes

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Notes

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Notes

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Notes

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Notes

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Notes

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Return Value

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Notes

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Notes

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

Name

Synopsis

Description

Arguments

Return Value

Examples

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.39.1. refint — Functions for Implementing Referential Integrity

F.39.2. timetravel — Functions for Implementing Time Travel

F.39.3. autoinc — Functions for Autoincrementing Fields

F.39.4. insert_username — Functions for Tracking Who Changed a Table

F.39.5. moddatetime — Functions for Tracking Last Modification Time

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.8.1. Syntax

F.8.2. Precision

F.8.3. Usage

F.8.4. Defaults

F.8.5. Notes

F.8.6. Credits

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.10.1. Configuration

F.10.2. Usage

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.11.1. Configuration

F.11.2. Usage

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

I.4.1. Emacs/PSGML

I.4.2. Other Emacs Modes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

I.3.1. HTML

I.3.2. Manpages

I.3.3. Print Output via JadeTeX

I.3.4. Overflow Text

I.3.5. Print Output via RTF

I.3.6. Plain Text Files

I.3.7. Syntax Check

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

I.5.1. Reference Pages

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

I.2.1. Linux

I.2.2. FreeBSD Installation

I.2.3. Debian Packages

I.2.4. Manual Installation from Source

I.2.4.1. Installing OpenJade

F.12.1. Rationale

F.12.2. Usage

F.12.3. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.13.1. Cube-based Earth Distances

F.13.2. Point-based Earth Distances

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16. (Some are not actually +> 9.1.17. (Some are not actually used at present, but are defined by the SQL standard.) The error classes are also shown. For each error class there is a
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.15.1. Soundex

F.15.2. Levenshtein

F.15.3. Metaphone

F.15.4. Double Metaphone

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.16.1. hstore

F.16.2. hstore

F.16.3. Indexes

F.16.4. Examples

F.16.5. Statistics

F.16.6. Compatibility

F.16.7. Authors

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
The PostgreSQL 9.1.16 sources can be obtained by +> 9.1.17 sources can be obtained by anonymous FTP from ftp://ftp.postgresql.org/pub/source/v9.1.16/postgresql-9.1.16.tar.gzftp://ftp.postgresql.org/pub/source/v9.1.17/postgresql-9.1.17.tar.gz. Other download options can be found on our website: gunzip postgresql-9.1.16.tar.gzgunzip postgresql-9.1.17.tar.gz tar xf postgresql-9.1.16.tartar xf postgresql-9.1.17.tar

This will create a directory postgresql-9.1.16postgresql-9.1.17 under the current directory with the

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.17.1. Functions

F.17.2. Sample Uses

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.18.1. intarray

F.18.2. Index Support

F.18.3. Example

F.18.4. Benchmark

F.18.5. Authors

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.19.1. Data Types

F.19.2. Casts

F.19.3. Functions and Operators

F.19.4. Examples

F.19.5. Bibliography

F.19.6. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.20.1. Rationale

F.20.2. How to Use It

F.20.3. Limitations

F.20.4. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.21.1. Definitions

F.21.2. Operators and Functions

F.21.3. Indexes

F.21.4. Example

F.21.5. Authors

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.22.1. Overview

F.22.2. oid2name

F.22.3. Examples

F.22.4. Limitations

F.22.5. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.23.1. Functions

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.25.1. Usage

F.25.2. pg_archivecleanup

F.25.3. Examples

F.25.4. Supported Server Versions

F.25.5. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.26.1. Overview

F.26.5. What is the "Transaction"

F.26.6. Custom Scripts

F.26.7. Per-Transaction Logging

F.26.8. Per-Statement Latencies

F.26.9. Good Practices

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.27.1. The pg_buffercache

F.27.2. Sample Output

F.27.3. Authors

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.28.1. General Hashing Functions

F.28.1.1. digest()

F.28.1.2. hmac()

F.28.2. Password Hashing Functions

F.28.2.1. crypt()

F.28.2.2. gen_salt()

F.28.3. PGP Encryption Functions

F.28.3.1. pgp_sym_encrypt()

F.28.3.2. pgp_sym_decrypt()

F.28.3.3. pgp_pub_encrypt()

F.28.3.4. pgp_pub_decrypt()

F.28.3.5. pgp_key_id()

F.28.3.6. armor()

F.28.3.7. Options for PGP Functions

F.28.3.7.1. cipher-algo

F.28.3.7.2. compress-algo

F.28.3.7.3. compress-level

F.28.3.7.4. convert-crlf

F.28.3.7.5. disable-mdc

F.28.3.7.6. sess-key

F.28.3.7.7. s2k-mode

F.28.3.7.8. s2k-digest-algo

F.28.3.7.9. s2k-cipher-algo

F.28.3.7.10. unicode-mode

F.28.3.8. Generating PGP Keys with GnuPG

F.28.3.9. Limitations of PGP Code

F.28.4. Raw Encryption Functions

F.28.5. Random-Data Functions

F.28.6. Notes

F.28.6.1. Configuration

F.28.6.2. NULL Handling

F.28.6.3. Security Limitations

F.28.6.4. Useful Reading

F.28.6.5. Technical References

F.28.7. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.29.1. Functions

F.29.2. Sample Output

F.29.3. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.30.1. Overview

F.30.2. Sample Output

F.30.3. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.31.1. Usage

F.31.2. pg_standby

F.31.3. Examples

F.31.4. Supported Server Versions

F.31.5. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.32.1. The pg_stat_statements

F.32.2. Functions

F.32.3. Configuration Parameters

F.32.4. Sample Output

F.32.5. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.33.1. Functions

F.33.2. Authors

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.34.1. Usage

F.34.2. Author

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.35.1. Trigram (or Trigraph) Concepts

F.35.2. Functions and Operators

F.35.3. Index Support

F.35.4. Text Search Integration

F.35.5. References

F.35.6. Authors

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

F.36.1. Supported Versions

F.36.2. pg_upgrade

F.36.3. Upgrade Steps

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PrevPostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.252. E.254. Postgres95 Release 0.01
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.251. E.253. Postgres95 Release 0.02

E.251.1. ChangesE.253.1. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.250. E.252. Postgres95 Release 0.03

E.250.1. ChangesE.252.1. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.248. Release 1.01E.250. Release 1.01

E.248.1. Migration from version 1.0 to version 1.01E.250.1. Migration from version 1.0 to version 1.01

The following notes are for the benefit of users who want to migrate @@ -316,8 +316,8 @@ >

E.248.2. ChangesE.250.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.247. Release 1.02E.249. Release 1.02

E.247.1. Migration from version 1.02 to version 1.02.1E.249.1. Migration from version 1.02 to version 1.02.1

Here is a new migration file for 1.02.1. It includes the 'copy' change @@ -192,8 +192,8 @@ >

E.247.2. Dump/Reload ProcedureE.249.2. Dump/Reload Procedure

If you are trying to reload a pg_dump or text-mode,

E.247.3. ChangesE.249.3. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.246. Release 1.09E.248. Release 1.09
PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.249. Release 1.0E.251. Release 1.0

E.249.1. ChangesE.251.1. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.245. Release 6.0E.247. Release 6.0

E.245.1. Migration from version 1.09 to version 6.0E.247.1. Migration from version 1.09 to version 6.0

This migration requires a complete dump of the 1.09 database and a @@ -128,8 +128,8 @@ >

E.245.2. Migration from pre-1.09 to version 6.0E.247.2. Migration from pre-1.09 to version 6.0

Those migrating from earlier 1.* releases should first upgrade to 1.09 @@ -140,8 +140,8 @@ >

E.245.3. ChangesE.247.3. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.243. Release 6.1.1E.245. Release 6.1.1

E.243.1. Migration from version 6.1 to version 6.1.1E.245.1. Migration from version 6.1 to version 6.1.1

This is a minor bug-fix release. A dump/reload is not required from version 6.1, @@ -123,8 +123,8 @@ >

E.243.2. ChangesE.245.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.244. Release 6.1E.246. Release 6.1

E.244.1. Migration to Version 6.1E.246.1. Migration to Version 6.1

This migration requires a complete dump of the 6.0 database and a @@ -211,8 +211,8 @@ >

E.244.2. ChangesE.246.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.241. Release 6.2.1E.243. Release 6.2.1

E.241.1. Migration from version 6.2 to version 6.2.1E.243.1. Migration from version 6.2 to version 6.2.1

This is a minor bug-fix release. A dump/reload is not required from version 6.2, @@ -165,8 +165,8 @@ >

E.241.2. ChangesE.243.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.242. Release 6.2E.244. Release 6.2

E.242.1. Migration from version 6.1 to version 6.2E.244.1. Migration from version 6.1 to version 6.2

This migration requires a complete dump of the 6.1 database and a @@ -137,8 +137,8 @@ >

E.242.2. Migration from version 1.E.244.2. Migration from version 1.x

E.242.3. ChangesE.244.3. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

E.239. Release 6.3.1E.241. Release 6.3.1

E.239.1. ChangesE.241.1. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.238. Release 6.3.2E.240. Release 6.3.2

E.238.1. ChangesE.240.1. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.240. Release 6.3E.242. Release 6.3

E.240.1. Migration to Version 6.3E.242.1. Migration to Version 6.3

A dump/restore using

E.240.2. ChangesE.242.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.236. Release 6.4.1E.238. Release 6.4.1

E.236.1. Migration to Version 6.4.1E.238.1. Migration to Version 6.4.1

A dump/restore is

E.236.2. ChangesE.238.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.235. Release 6.4.2E.237. Release 6.4.2

E.235.1. Migration to Version 6.4.2E.237.1. Migration to Version 6.4.2

A dump/restore is

E.235.2. ChangesE.237.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.237. Release 6.4E.239. Release 6.4

E.237.1. Migration to Version 6.4E.239.1. Migration to Version 6.4

A dump/restore using

E.237.2. ChangesE.239.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.233. Release 6.5.1E.235. Release 6.5.1

E.233.1. Migration to Version 6.5.1E.235.1. Migration to Version 6.5.1

A dump/restore is

E.233.2. ChangesE.235.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.232. Release 6.5.2E.234. Release 6.5.2

E.232.1. Migration to Version 6.5.2E.234.1. Migration to Version 6.5.2

A dump/restore is

E.232.2. ChangesE.234.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.231. Release 6.5.3E.233. Release 6.5.3

E.231.1. Migration to Version 6.5.3E.233.1. Migration to Version 6.5.3

A dump/restore is

E.231.2. ChangesE.233.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.234. Release 6.5E.236. Release 6.5

E.234.1. Migration to Version 6.5E.236.1. Migration to Version 6.5

A dump/restore using

E.234.1.1. Multiversion Concurrency ControlE.236.1.1. Multiversion Concurrency Control

Because readers in 6.5 don't lock data, regardless of transaction @@ -418,8 +418,8 @@ >

E.234.2. ChangesE.236.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.229. Release 7.0.1E.231. Release 7.0.1

E.229.1. Migration to Version 7.0.1E.231.1. Migration to Version 7.0.1

A dump/restore is

E.229.2. ChangesE.231.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.228. Release 7.0.2E.230. Release 7.0.2

E.228.1. Migration to Version 7.0.2E.230.1. Migration to Version 7.0.2

A dump/restore is

E.228.2. ChangesE.230.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.227. Release 7.0.3E.229. Release 7.0.3

E.227.1. Migration to Version 7.0.3E.229.1. Migration to Version 7.0.3

A dump/restore is

E.227.2. ChangesE.229.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.230. Release 7.0E.232. Release 7.0

E.230.1. Migration to Version 7.0E.232.1. Migration to Version 7.0

A dump/restore using

E.230.2. ChangesE.232.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.225. Release 7.1.1E.227. Release 7.1.1

E.225.1. Migration to Version 7.1.1E.227.1. Migration to Version 7.1.1

A dump/restore is

E.225.2. ChangesE.227.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.224. Release 7.1.2E.226. Release 7.1.2

E.224.1. Migration to Version 7.1.2E.226.1. Migration to Version 7.1.2

A dump/restore is

E.224.2. ChangesE.226.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.223. Release 7.1.3E.225. Release 7.1.3

E.223.1. Migration to Version 7.1.3E.225.1. Migration to Version 7.1.3

A dump/restore is

E.223.2. ChangesE.225.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.226. Release 7.1E.228. Release 7.1

E.226.1. Migration to Version 7.1E.228.1. Migration to Version 7.1

A dump/restore using pg_dump is required for those wishing to migrate @@ -199,8 +199,8 @@ >

E.226.2. ChangesE.228.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.221. Release 7.2.1E.223. Release 7.2.1

E.221.1. Migration to Version 7.2.1E.223.1. Migration to Version 7.2.1

A dump/restore is

E.221.2. ChangesE.223.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.220. Release 7.2.2E.222. Release 7.2.2

E.220.1. Migration to Version 7.2.2E.222.1. Migration to Version 7.2.2

A dump/restore is

E.220.2. ChangesE.222.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.219. Release 7.2.3E.221. Release 7.2.3

E.219.1. Migration to Version 7.2.3E.221.1. Migration to Version 7.2.3

A dump/restore is

E.219.2. ChangesE.221.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.218. Release 7.2.4E.220. Release 7.2.4

E.218.1. Migration to Version 7.2.4E.220.1. Migration to Version 7.2.4

A dump/restore is

E.218.2. ChangesE.220.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.217. Release 7.2.5E.219. Release 7.2.5

E.217.1. Migration to Version 7.2.5E.219.1. Migration to Version 7.2.5

A dump/restore is not required for those running 7.2.X. @@ -125,8 +125,8 @@ >

E.217.2. ChangesE.219.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.216. Release 7.2.6E.218. Release 7.2.6

E.216.1. Migration to Version 7.2.6E.218.1. Migration to Version 7.2.6

A dump/restore is not required for those running 7.2.X. @@ -125,8 +125,8 @@ >

E.216.2. ChangesE.218.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.215. Release 7.2.7E.217. Release 7.2.7

E.215.1. Migration to Version 7.2.7E.217.1. Migration to Version 7.2.7

A dump/restore is not required for those running 7.2.X. @@ -126,8 +126,8 @@ >

E.215.2. ChangesE.217.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.214. Release 7.2.8E.216. Release 7.2.8

E.214.1. Migration to Version 7.2.8E.216.1. Migration to Version 7.2.8

A dump/restore is not required for those running 7.2.X. @@ -126,8 +126,8 @@ >

E.214.2. ChangesE.216.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.222. Release 7.2E.224. Release 7.2

E.222.1. OverviewE.224.1. Overview

This release improves

E.222.2. Migration to Version 7.2E.224.2. Migration to Version 7.2

A dump/restore using

E.222.3. ChangesE.224.3. Changes

E.222.3.1. Server OperationE.224.3.1. Server Operation

E.222.3.2. PerformanceE.224.3.2. Performance

E.222.3.3. PrivilegesE.224.3.3. Privileges

E.222.3.4. Client AuthenticationE.224.3.4. Client Authentication

E.222.3.5. Server ConfigurationE.224.3.5. Server Configuration

E.222.3.6. QueriesE.224.3.6. Queries

E.222.3.7. Schema ManipulationE.224.3.7. Schema Manipulation

E.222.3.8. Utility CommandsE.224.3.8. Utility Commands

E.222.3.9. Data Types and FunctionsE.224.3.9. Data Types and Functions

E.222.3.10. InternationalizationE.224.3.10. Internationalization

E.222.3.11. E.224.3.11. PL/pgSQL

E.222.3.12. PL/PerlE.224.3.12. PL/Perl

E.222.3.13. PL/TclE.224.3.13. PL/Tcl

E.222.3.14. PL/PythonE.224.3.14. PL/Python

E.222.3.15. E.224.3.15. psql

E.222.3.16. E.224.3.16. libpq

E.222.3.17. JDBCE.224.3.17. JDBC

E.222.3.18. ODBCE.224.3.18. ODBC

E.222.3.19. E.224.3.19. ECPG

E.222.3.20. Misc. InterfacesE.224.3.20. Misc. Interfaces

E.222.3.21. Build and InstallE.224.3.21. Build and Install

E.222.3.22. Source CodeE.224.3.22. Source Code

E.222.3.23. ContribE.224.3.23. Contrib

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

E.203. Release 7.3.10E.205. Release 7.3.10

E.203.1. Migration to Version 7.3.10E.205.1. Migration to Version 7.3.10

A dump/restore is not required for those running 7.3.X. However, @@ -202,8 +202,8 @@ >

E.203.2. ChangesE.205.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.202. Release 7.3.11E.204. Release 7.3.11

E.202.1. Migration to Version 7.3.11E.204.1. Migration to Version 7.3.11

A dump/restore is not required for those running 7.3.X. However, if you are upgrading from a version earlier than 7.3.10, see Section E.203Section E.205.

E.202.2. ChangesE.204.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.201. Release 7.3.12E.203. Release 7.3.12

E.201.1. Migration to Version 7.3.12E.203.1. Migration to Version 7.3.12

A dump/restore is not required for those running 7.3.X. However, if you are upgrading from a version earlier than 7.3.10, see Section E.203Section E.205.

E.201.2. ChangesE.203.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.200. Release 7.3.13E.202. Release 7.3.13

E.200.1. Migration to Version 7.3.13E.202.1. Migration to Version 7.3.13

A dump/restore is not required for those running 7.3.X. However, if you are upgrading from a version earlier than 7.3.10, see Section E.203Section E.205. Also, you might need to

E.200.2. ChangesE.202.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.199. Release 7.3.14E.201. Release 7.3.14

E.199.1. Migration to Version 7.3.14E.201.1. Migration to Version 7.3.14

A dump/restore is not required for those running 7.3.X. However, if you are upgrading from a version earlier than 7.3.13, see Section E.200Section E.202.

E.199.2. ChangesE.201.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.198. Release 7.3.15E.200. Release 7.3.15

E.198.1. Migration to Version 7.3.15E.200.1. Migration to Version 7.3.15

A dump/restore is not required for those running 7.3.X. However, if you are upgrading from a version earlier than 7.3.13, see Section E.200Section E.202.

E.198.2. ChangesE.200.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.197. Release 7.3.16E.199. Release 7.3.16

E.197.1. Migration to Version 7.3.16E.199.1. Migration to Version 7.3.16

A dump/restore is not required for those running 7.3.X. However, if you are upgrading from a version earlier than 7.3.13, see Section E.200Section E.202.

E.197.2. ChangesE.199.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.196. Release 7.3.17E.198. Release 7.3.17

E.196.1. Migration to Version 7.3.17E.198.1. Migration to Version 7.3.17

A dump/restore is not required for those running 7.3.X. However, if you are upgrading from a version earlier than 7.3.13, see Section E.200Section E.202.

E.196.2. ChangesE.198.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.195. Release 7.3.18E.197. Release 7.3.18

E.195.1. Migration to Version 7.3.18E.197.1. Migration to Version 7.3.18

A dump/restore is not required for those running 7.3.X. However, if you are upgrading from a version earlier than 7.3.13, see Section E.200Section E.202.

E.195.2. ChangesE.197.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.194. Release 7.3.19E.196. Release 7.3.19

E.194.1. Migration to Version 7.3.19E.196.1. Migration to Version 7.3.19

A dump/restore is not required for those running 7.3.X. However, if you are upgrading from a version earlier than 7.3.13, see Section E.200Section E.202.

E.194.2. ChangesE.196.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.212. Release 7.3.1E.214. Release 7.3.1

E.212.1. Migration to Version 7.3.1E.214.1. Migration to Version 7.3.1

A dump/restore is

E.212.2. ChangesE.214.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.193. Release 7.3.20E.195. Release 7.3.20

E.193.1. Migration to Version 7.3.20E.195.1. Migration to Version 7.3.20

A dump/restore is not required for those running 7.3.X. However, if you are upgrading from a version earlier than 7.3.13, see Section E.200Section E.202.

E.193.2. ChangesE.195.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.192. Release 7.3.21E.194. Release 7.3.21

E.192.1. Migration to Version 7.3.21E.194.1. Migration to Version 7.3.21

A dump/restore is not required for those running 7.3.X. However, if you are upgrading from a version earlier than 7.3.13, see Section E.200Section E.202.

E.192.2. ChangesE.194.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.211. Release 7.3.2E.213. Release 7.3.2

E.211.1. Migration to Version 7.3.2E.213.1. Migration to Version 7.3.2

A dump/restore is

E.211.2. ChangesE.213.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.210. Release 7.3.3E.212. Release 7.3.3

E.210.1. Migration to Version 7.3.3E.212.1. Migration to Version 7.3.3

A dump/restore is

E.210.2. ChangesE.212.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.209. Release 7.3.4E.211. Release 7.3.4

E.209.1. Migration to Version 7.3.4E.211.1. Migration to Version 7.3.4

A dump/restore is

E.209.2. ChangesE.211.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.208. Release 7.3.5E.210. Release 7.3.5

E.208.1. Migration to Version 7.3.5E.210.1. Migration to Version 7.3.5

A dump/restore is

E.208.2. ChangesE.210.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.207. Release 7.3.6E.209. Release 7.3.6

E.207.1. Migration to Version 7.3.6E.209.1. Migration to Version 7.3.6

A dump/restore is

E.207.2. ChangesE.209.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.206. Release 7.3.7E.208. Release 7.3.7

E.206.1. Migration to Version 7.3.7E.208.1. Migration to Version 7.3.7

A dump/restore is not required for those running 7.3.X. @@ -125,8 +125,8 @@ >

E.206.2. ChangesE.208.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.205. Release 7.3.8E.207. Release 7.3.8

E.205.1. Migration to Version 7.3.8E.207.1. Migration to Version 7.3.8

A dump/restore is not required for those running 7.3.X. @@ -125,8 +125,8 @@ >

E.205.2. ChangesE.207.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.204. Release 7.3.9E.206. Release 7.3.9

E.204.1. Migration to Version 7.3.9E.206.1. Migration to Version 7.3.9

A dump/restore is not required for those running 7.3.X. @@ -126,8 +126,8 @@ >

E.204.2. ChangesE.206.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.213. Release 7.3E.215. Release 7.3

E.213.1. OverviewE.215.1. Overview

Major changes in this release: @@ -267,8 +267,8 @@ >

E.213.2. Migration to Version 7.3E.215.2. Migration to Version 7.3

A dump/restore using

E.213.3. ChangesE.215.3. Changes

E.213.3.1. Server OperationE.215.3.1. Server Operation

E.213.3.2. PerformanceE.215.3.2. Performance

E.213.3.3. PrivilegesE.215.3.3. Privileges

E.213.3.4. Server ConfigurationE.215.3.4. Server Configuration

E.213.3.5. QueriesE.215.3.5. Queries

E.213.3.6. Object ManipulationE.215.3.6. Object Manipulation

E.213.3.7. Utility CommandsE.215.3.7. Utility Commands

E.213.3.8. Data Types and FunctionsE.215.3.8. Data Types and Functions

E.213.3.9. InternationalizationE.215.3.9. Internationalization

E.213.3.10. Server-side LanguagesE.215.3.10. Server-side Languages

E.213.3.11. psqlE.215.3.11. psql

E.213.3.12. libpqE.215.3.12. libpq

E.213.3.13. JDBCE.215.3.13. JDBC

E.213.3.14. Miscellaneous InterfacesE.215.3.14. Miscellaneous Interfaces

E.213.3.15. Source CodeE.215.3.15. Source Code

E.213.3.16. ContribE.215.3.16. Contrib

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.181. Release 7.4.10E.183. Release 7.4.10
Section E.191Section E.193.

E.181.1. Migration to Version 7.4.10E.183.1. Migration to Version 7.4.10

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.8, see Section E.183Section E.185.

E.181.2. ChangesE.183.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.180. Release 7.4.11E.182. Release 7.4.11
Section E.191Section E.193.

E.180.1. Migration to Version 7.4.11E.182.1. Migration to Version 7.4.11

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.8, see Section E.183Section E.185. Also, you might need to

E.180.2. ChangesE.182.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.179. Release 7.4.12E.181. Release 7.4.12
Section E.191Section E.193.

E.179.1. Migration to Version 7.4.12E.181.1. Migration to Version 7.4.12

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.179.2. ChangesE.181.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.178. Release 7.4.13E.180. Release 7.4.13
Section E.191Section E.193.

E.178.1. Migration to Version 7.4.13E.180.1. Migration to Version 7.4.13

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.178.2. ChangesE.180.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.177. Release 7.4.14E.179. Release 7.4.14
Section E.191Section E.193.

E.177.1. Migration to Version 7.4.14E.179.1. Migration to Version 7.4.14

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.177.2. ChangesE.179.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.176. Release 7.4.15E.178. Release 7.4.15
Section E.191Section E.193.

E.176.1. Migration to Version 7.4.15E.178.1. Migration to Version 7.4.15

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.176.2. ChangesE.178.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.175. Release 7.4.16E.177. Release 7.4.16
Section E.191Section E.193.

E.175.1. Migration to Version 7.4.16E.177.1. Migration to Version 7.4.16

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.175.2. ChangesE.177.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.174. Release 7.4.17E.176. Release 7.4.17
Section E.191Section E.193.

E.174.1. Migration to Version 7.4.17E.176.1. Migration to Version 7.4.17

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.174.2. ChangesE.176.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.173. Release 7.4.18E.175. Release 7.4.18
Section E.191Section E.193.

E.173.1. Migration to Version 7.4.18E.175.1. Migration to Version 7.4.18

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.173.2. ChangesE.175.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.172. Release 7.4.19E.174. Release 7.4.19
Section E.191Section E.193.

E.172.1. Migration to Version 7.4.19E.174.1. Migration to Version 7.4.19

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.172.2. ChangesE.174.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.190. Release 7.4.1E.192. Release 7.4.1
Section E.191Section E.193.

E.190.1. Migration to Version 7.4.1E.192.1. Migration to Version 7.4.1

A dump/restore is

E.190.2. ChangesE.192.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.171. Release 7.4.20E.173. Release 7.4.20
Section E.191Section E.193.

E.171.1. Migration to Version 7.4.20E.173.1. Migration to Version 7.4.20

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.171.2. ChangesE.173.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.170. Release 7.4.21E.172. Release 7.4.21
Section E.191Section E.193.

E.170.1. Migration to Version 7.4.21E.172.1. Migration to Version 7.4.21

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.170.2. ChangesE.172.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.169. Release 7.4.22E.171. Release 7.4.22
Section E.191Section E.193.

E.169.1. Migration to Version 7.4.22E.171.1. Migration to Version 7.4.22

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.169.2. ChangesE.171.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.168. Release 7.4.23E.170. Release 7.4.23
Section E.191Section E.193.

E.168.1. Migration to Version 7.4.23E.170.1. Migration to Version 7.4.23

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.168.2. ChangesE.170.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.167. Release 7.4.24E.169. Release 7.4.24
Section E.191Section E.193.

E.167.1. Migration to Version 7.4.24E.169.1. Migration to Version 7.4.24

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.167.2. ChangesE.169.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.166. Release 7.4.25E.168. Release 7.4.25
Section E.191Section E.193.

E.166.1. Migration to Version 7.4.25E.168.1. Migration to Version 7.4.25

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.166.2. ChangesE.168.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.165. Release 7.4.26E.167. Release 7.4.26
Section E.191Section E.193.

E.165.1. Migration to Version 7.4.26E.167.1. Migration to Version 7.4.26

A dump/restore is not required for those running 7.4.X. @@ -134,7 +134,7 @@ Also, if you are upgrading from a version earlier than 7.4.11, see Section E.180Section E.182.

E.165.2. ChangesE.167.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.164. Release 7.4.27E.166. Release 7.4.27
Section E.191Section E.193.

E.164.1. Migration to Version 7.4.27E.166.1. Migration to Version 7.4.27

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.26, see Section E.165Section E.167.

E.164.2. ChangesE.166.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.163. Release 7.4.28E.165. Release 7.4.28
Section E.191Section E.193.

E.163.1. Migration to Version 7.4.28E.165.1. Migration to Version 7.4.28

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.26, see Section E.165Section E.167.

E.163.2. ChangesE.165.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.162. Release 7.4.29E.164. Release 7.4.29
Section E.191Section E.193.

E.162.1. Migration to Version 7.4.29E.164.1. Migration to Version 7.4.29

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.26, see Section E.165Section E.167.

E.162.2. ChangesE.164.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.189. Release 7.4.2E.191. Release 7.4.2
Section E.191Section E.193.

E.189.1. Migration to Version 7.4.2E.191.1. Migration to Version 7.4.2

A dump/restore is not required for those running 7.4.X. However, @@ -267,8 +267,8 @@ >

E.189.2. ChangesE.191.2. Changes

Release 7.4.2 incorporates all the fixes included in release 7.3.6, diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/html/release-7-4-30.html postgresql-9.1-9.1.17/doc/src/sgml/html/release-7-4-30.html --- postgresql-9.1-9.1.16/doc/src/sgml/html/release-7-4-30.html 2015-05-19 23:27:23.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/html/release-7-4-30.html 2015-06-01 19:29:05.000000000 +0000 @@ -9,7 +9,7 @@ REV="MADE" HREF="mailto:pgsql-docs@postgresql.org">

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.161. Release 7.4.30E.163. Release 7.4.30
Section E.191Section E.193.

E.161.1. Migration to Version 7.4.30E.163.1. Migration to Version 7.4.30

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.26, see Section E.165Section E.167.

E.161.2. ChangesE.163.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.188. Release 7.4.3E.190. Release 7.4.3
Section E.191Section E.193.

E.188.1. Migration to Version 7.4.3E.190.1. Migration to Version 7.4.3

A dump/restore is not required for those running 7.4.X. @@ -130,8 +130,8 @@ >

E.188.2. ChangesE.190.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.187. Release 7.4.4E.189. Release 7.4.4
Section E.191Section E.193.

E.187.1. Migration to Version 7.4.4E.189.1. Migration to Version 7.4.4

A dump/restore is not required for those running 7.4.X. @@ -130,8 +130,8 @@ >

E.187.2. ChangesE.189.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.186. Release 7.4.5E.188. Release 7.4.5
Section E.191Section E.193.

E.186.1. Migration to Version 7.4.5E.188.1. Migration to Version 7.4.5

A dump/restore is not required for those running 7.4.X. @@ -130,8 +130,8 @@ >

E.186.2. ChangesE.188.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.185. Release 7.4.6E.187. Release 7.4.6
Section E.191Section E.193.

E.185.1. Migration to Version 7.4.6E.187.1. Migration to Version 7.4.6

A dump/restore is not required for those running 7.4.X. @@ -130,8 +130,8 @@ >

E.185.2. ChangesE.187.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.184. Release 7.4.7E.186. Release 7.4.7
Section E.191Section E.193.

E.184.1. Migration to Version 7.4.7E.186.1. Migration to Version 7.4.7

A dump/restore is not required for those running 7.4.X. @@ -131,8 +131,8 @@ >

E.184.2. ChangesE.186.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.183. Release 7.4.8E.185. Release 7.4.8
Section E.191Section E.193.

E.183.1. Migration to Version 7.4.8E.185.1. Migration to Version 7.4.8

A dump/restore is not required for those running 7.4.X. However, @@ -259,8 +259,8 @@ >

E.183.2. ChangesE.185.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.182. Release 7.4.9E.184. Release 7.4.9
Section E.191Section E.193.

E.182.1. Migration to Version 7.4.9E.184.1. Migration to Version 7.4.9

A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.8, see Section E.183Section E.185.

E.182.2. ChangesE.184.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.191. Release 7.4E.193. Release 7.4

E.191.1. OverviewE.193.1. Overview

Major changes in this release: @@ -381,8 +381,8 @@ >

E.191.2. Migration to Version 7.4E.193.2. Migration to Version 7.4

A dump/restore using

E.191.3. ChangesE.193.3. Changes

Below you will find a detailed account of the changes between @@ -661,8 +661,8 @@ >

E.191.3.1. Server Operation ChangesE.193.3.1. Server Operation Changes

E.191.3.2. Performance ImprovementsE.193.3.2. Performance Improvements

E.191.3.3. Server Configuration ChangesE.193.3.3. Server Configuration Changes

E.191.3.4. Query ChangesE.193.3.4. Query Changes

E.191.3.5. Object Manipulation ChangesE.193.3.5. Object Manipulation Changes

E.191.3.6. Utility Command ChangesE.193.3.6. Utility Command Changes

E.191.3.7. Data Type and Function ChangesE.193.3.7. Data Type and Function Changes

E.191.3.8. Server-Side Language ChangesE.193.3.8. Server-Side Language Changes

E.191.3.9. psql ChangesE.193.3.9. psql Changes

E.191.3.10. pg_dump ChangesE.193.3.10. pg_dump Changes

E.191.3.11. libpq ChangesE.193.3.11. libpq Changes

E.191.3.12. JDBC ChangesE.193.3.12. JDBC Changes

E.191.3.13. Miscellaneous Interface ChangesE.193.3.13. Miscellaneous Interface Changes

E.191.3.14. Source Code ChangesE.193.3.14. Source Code Changes

E.191.3.15. Contrib ChangesE.193.3.15. Contrib Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.150. Release 8.0.10E.152. Release 8.0.10
Section E.160Section E.162.

E.150.1. Migration to Version 8.0.10E.152.1. Migration to Version 8.0.10

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.150.2. ChangesE.152.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.149. Release 8.0.11E.151. Release 8.0.11
Section E.160Section E.162.

E.149.1. Migration to Version 8.0.11E.151.1. Migration to Version 8.0.11

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.149.2. ChangesE.151.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.148. Release 8.0.12E.150. Release 8.0.12
Section E.160Section E.162.

E.148.1. Migration to Version 8.0.12E.150.1. Migration to Version 8.0.12

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.148.2. ChangesE.150.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.147. Release 8.0.13E.149. Release 8.0.13
Section E.160Section E.162.

E.147.1. Migration to Version 8.0.13E.149.1. Migration to Version 8.0.13

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.147.2. ChangesE.149.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.146. Release 8.0.14E.148. Release 8.0.14
Section E.160Section E.162.

E.146.1. Migration to Version 8.0.14E.148.1. Migration to Version 8.0.14

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.146.2. ChangesE.148.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.145. Release 8.0.15E.147. Release 8.0.15
Section E.160Section E.162.

E.145.1. Migration to Version 8.0.15E.147.1. Migration to Version 8.0.15

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.145.2. ChangesE.147.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.144. Release 8.0.16E.146. Release 8.0.16
Section E.160Section E.162.

E.144.1. Migration to Version 8.0.16E.146.1. Migration to Version 8.0.16

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.144.2. ChangesE.146.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.143. Release 8.0.17E.145. Release 8.0.17
Section E.160Section E.162.

E.143.1. Migration to Version 8.0.17E.145.1. Migration to Version 8.0.17

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.143.2. ChangesE.145.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.142. Release 8.0.18E.144. Release 8.0.18
Section E.160Section E.162.

E.142.1. Migration to Version 8.0.18E.144.1. Migration to Version 8.0.18

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.142.2. ChangesE.144.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.141. Release 8.0.19E.143. Release 8.0.19
Section E.160Section E.162.

E.141.1. Migration to Version 8.0.19E.143.1. Migration to Version 8.0.19

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.141.2. ChangesE.143.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.159. Release 8.0.1E.161. Release 8.0.1
Section E.160Section E.162.

E.159.1. Migration to Version 8.0.1E.161.1. Migration to Version 8.0.1

A dump/restore is not required for those running 8.0.0. @@ -131,8 +131,8 @@ >

E.159.2. ChangesE.161.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.140. Release 8.0.20E.142. Release 8.0.20
Section E.160Section E.162.

E.140.1. Migration to Version 8.0.20E.142.1. Migration to Version 8.0.20

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.140.2. ChangesE.142.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.139. Release 8.0.21E.141. Release 8.0.21
Section E.160Section E.162.

E.139.1. Migration to Version 8.0.21E.141.1. Migration to Version 8.0.21

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.139.2. ChangesE.141.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.138. Release 8.0.22E.140. Release 8.0.22
Section E.160Section E.162.

E.138.1. Migration to Version 8.0.22E.140.1. Migration to Version 8.0.22

A dump/restore is not required for those running 8.0.X. @@ -134,7 +134,7 @@ Also, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.138.2. ChangesE.140.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.137. Release 8.0.23E.139. Release 8.0.23
Section E.160Section E.162.

E.137.1. Migration to Version 8.0.23E.139.1. Migration to Version 8.0.23

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.22, see Section E.138Section E.140.

E.137.2. ChangesE.139.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.136. Release 8.0.24E.138. Release 8.0.24
Section E.160Section E.162.

E.136.1. Migration to Version 8.0.24E.138.1. Migration to Version 8.0.24

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.22, see Section E.138Section E.140.

E.136.2. ChangesE.138.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.135. Release 8.0.25E.137. Release 8.0.25
Section E.160Section E.162.

E.135.1. Migration to Version 8.0.25E.137.1. Migration to Version 8.0.25

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.22, see Section E.138Section E.140.

E.135.2. ChangesE.137.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.134. Release 8.0.26E.136. Release 8.0.26
Section E.160Section E.162.

E.134.1. Migration to Version 8.0.26E.136.1. Migration to Version 8.0.26

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.22, see Section E.138Section E.140.

E.134.2. ChangesE.136.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.158. Release 8.0.2E.160. Release 8.0.2
Section E.160Section E.162.

E.158.1. Migration to Version 8.0.2E.160.1. Migration to Version 8.0.2

A dump/restore is not required for those running 8.0.*. @@ -137,8 +137,8 @@ >

E.158.2. ChangesE.160.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.157. Release 8.0.3E.159. Release 8.0.3
Section E.160Section E.162.

E.157.1. Migration to Version 8.0.3E.159.1. Migration to Version 8.0.3

A dump/restore is not required for those running 8.0.X. However, @@ -178,8 +178,8 @@ >

E.157.2. ChangesE.159.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.156. Release 8.0.4E.158. Release 8.0.4
Section E.160Section E.162.

E.156.1. Migration to Version 8.0.4E.158.1. Migration to Version 8.0.4

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.3, see Section E.157Section E.159.

E.156.2. ChangesE.158.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.155. Release 8.0.5E.157. Release 8.0.5
Section E.160Section E.162.

E.155.1. Migration to Version 8.0.5E.157.1. Migration to Version 8.0.5

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.3, see Section E.157Section E.159.

E.155.2. ChangesE.157.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.154. Release 8.0.6E.156. Release 8.0.6
Section E.160Section E.162.

E.154.1. Migration to Version 8.0.6E.156.1. Migration to Version 8.0.6

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.3, see Section E.157Section E.159. Also, you might need to

E.154.2. ChangesE.156.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.153. Release 8.0.7E.155. Release 8.0.7
Section E.160Section E.162.

E.153.1. Migration to Version 8.0.7E.155.1. Migration to Version 8.0.7

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.153.2. ChangesE.155.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.152. Release 8.0.8E.154. Release 8.0.8
Section E.160Section E.162.

E.152.1. Migration to Version 8.0.8E.154.1. Migration to Version 8.0.8

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.152.2. ChangesE.154.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.151. Release 8.0.9E.153. Release 8.0.9
Section E.160Section E.162.

E.151.1. Migration to Version 8.0.9E.153.1. Migration to Version 8.0.9

A dump/restore is not required for those running 8.0.X. However, if you are upgrading from a version earlier than 8.0.6, see Section E.154Section E.156.

E.151.2. ChangesE.153.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.160. Release 8.0E.162. Release 8.0

E.160.1. OverviewE.162.1. Overview

Major changes in this release: @@ -299,8 +299,8 @@ >

E.160.2. Migration to Version 8.0E.162.2. Migration to Version 8.0

A dump/restore using

E.160.3. Deprecated FeaturesE.162.3. Deprecated Features

Some aspects of

E.160.4. ChangesE.162.4. Changes

Below you will find a detailed account of the changes between @@ -788,8 +788,8 @@ >

E.160.4.1. Performance ImprovementsE.162.4.1. Performance Improvements

E.160.4.2. Server ChangesE.162.4.2. Server Changes

E.160.4.3. Query ChangesE.162.4.3. Query Changes

E.160.4.4. Object Manipulation ChangesE.162.4.4. Object Manipulation Changes

E.160.4.5. Utility Command ChangesE.162.4.5. Utility Command Changes

E.160.4.6. Data Type and Function ChangesE.162.4.6. Data Type and Function Changes

E.160.4.7. Server-Side Language ChangesE.162.4.7. Server-Side Language Changes

E.160.4.8. E.162.4.8. psql Changes

E.160.4.9. E.162.4.9. pg_dump Changes

E.160.4.10. libpq ChangesE.162.4.10. libpq Changes

E.160.4.11. Source Code ChangesE.162.4.11. Source Code Changes

E.160.4.12. Contrib ChangesE.162.4.12. Contrib Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.123. Release 8.1.10E.125. Release 8.1.10
Section E.133Section E.135.

E.123.1. Migration to Version 8.1.10E.125.1. Migration to Version 8.1.10

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.2, see Section E.131Section E.133.

E.123.2. ChangesE.125.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.122. Release 8.1.11E.124. Release 8.1.11
Section E.133Section E.135.

E.122.1. Migration to Version 8.1.11E.124.1. Migration to Version 8.1.11

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.2, see Section E.131Section E.133.

E.122.2. ChangesE.124.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.121. Release 8.1.12E.123. Release 8.1.12
Section E.133Section E.135.

E.121.1. Migration to Version 8.1.12E.123.1. Migration to Version 8.1.12

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.2, see Section E.131Section E.133.

E.121.2. ChangesE.123.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.120. Release 8.1.13E.122. Release 8.1.13
Section E.133Section E.135.

E.120.1. Migration to Version 8.1.13E.122.1. Migration to Version 8.1.13

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.2, see Section E.131Section E.133.

E.120.2. ChangesE.122.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.119. Release 8.1.14E.121. Release 8.1.14
Section E.133Section E.135.

E.119.1. Migration to Version 8.1.14E.121.1. Migration to Version 8.1.14

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.2, see Section E.131Section E.133.

E.119.2. ChangesE.121.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.118. Release 8.1.15E.120. Release 8.1.15
Section E.133Section E.135.

E.118.1. Migration to Version 8.1.15E.120.1. Migration to Version 8.1.15

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.2, see Section E.131Section E.133. Also, if you were running a previous 8.1.X release, it is recommended to

E.118.2. ChangesE.120.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.117. Release 8.1.16E.119. Release 8.1.16
Section E.133Section E.135.

E.117.1. Migration to Version 8.1.16E.119.1. Migration to Version 8.1.16

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.15, see Section E.118Section E.120.

E.117.2. ChangesE.119.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.116. Release 8.1.17E.118. Release 8.1.17
Section E.133Section E.135.

E.116.1. Migration to Version 8.1.17E.118.1. Migration to Version 8.1.17

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.15, see Section E.118Section E.120.

E.116.2. ChangesE.118.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.115. Release 8.1.18E.117. Release 8.1.18
Section E.133Section E.135.

E.115.1. Migration to Version 8.1.18E.117.1. Migration to Version 8.1.18

A dump/restore is not required for those running 8.1.X. @@ -134,7 +134,7 @@ Also, if you are upgrading from a version earlier than 8.1.15, see Section E.118Section E.120.

E.115.2. ChangesE.117.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.114. Release 8.1.19E.116. Release 8.1.19
Section E.133Section E.135.

E.114.1. Migration to Version 8.1.19E.116.1. Migration to Version 8.1.19

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.18, see Section E.115Section E.117.

E.114.2. ChangesE.116.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.132. Release 8.1.1E.134. Release 8.1.1
Section E.133Section E.135.

E.132.1. Migration to Version 8.1.1E.134.1. Migration to Version 8.1.1

A dump/restore is not required for those running 8.1.X. @@ -130,8 +130,8 @@ >

E.132.2. ChangesE.134.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.113. Release 8.1.20E.115. Release 8.1.20
Section E.133Section E.135.

E.113.1. Migration to Version 8.1.20E.115.1. Migration to Version 8.1.20

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.18, see Section E.115Section E.117.

E.113.2. ChangesE.115.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.112. Release 8.1.21E.114. Release 8.1.21
Section E.133Section E.135.

E.112.1. Migration to Version 8.1.21E.114.1. Migration to Version 8.1.21

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.18, see Section E.115Section E.117.

E.112.2. ChangesE.114.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.111. Release 8.1.22E.113. Release 8.1.22
Section E.133Section E.135.

E.111.1. Migration to Version 8.1.22E.113.1. Migration to Version 8.1.22

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.18, see Section E.115Section E.117.

E.111.2. ChangesE.113.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.110. Release 8.1.23E.112. Release 8.1.23
Section E.133Section E.135.

E.110.1. Migration to Version 8.1.23E.112.1. Migration to Version 8.1.23

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.18, see Section E.115Section E.117.

E.110.2. ChangesE.112.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.131. Release 8.1.2E.133. Release 8.1.2
Section E.133Section E.135.

E.131.1. Migration to Version 8.1.2E.133.1. Migration to Version 8.1.2

A dump/restore is not required for those running 8.1.X. @@ -139,8 +139,8 @@ >

E.131.2. ChangesE.133.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.130. Release 8.1.3E.132. Release 8.1.3
Section E.133Section E.135.

E.130.1. Migration to Version 8.1.3E.132.1. Migration to Version 8.1.3

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.2, see Section E.131Section E.133.

E.130.2. ChangesE.132.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.129. Release 8.1.4E.131. Release 8.1.4
Section E.133Section E.135.

E.129.1. Migration to Version 8.1.4E.131.1. Migration to Version 8.1.4

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.2, see Section E.131Section E.133.

E.129.2. ChangesE.131.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.128. Release 8.1.5E.130. Release 8.1.5
Section E.133Section E.135.

E.128.1. Migration to Version 8.1.5E.130.1. Migration to Version 8.1.5

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.2, see Section E.131Section E.133.

E.128.2. ChangesE.130.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.127. Release 8.1.6E.129. Release 8.1.6
Section E.133Section E.135.

E.127.1. Migration to Version 8.1.6E.129.1. Migration to Version 8.1.6

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.2, see Section E.131Section E.133.

E.127.2. ChangesE.129.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.126. Release 8.1.7E.128. Release 8.1.7
Section E.133Section E.135.

E.126.1. Migration to Version 8.1.7E.128.1. Migration to Version 8.1.7

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.2, see Section E.131Section E.133.

E.126.2. ChangesE.128.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.125. Release 8.1.8E.127. Release 8.1.8
Section E.133Section E.135.

E.125.1. Migration to Version 8.1.8E.127.1. Migration to Version 8.1.8

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.2, see Section E.131Section E.133.

E.125.2. ChangesE.127.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.124. Release 8.1.9E.126. Release 8.1.9
Section E.133Section E.135.

E.124.1. Migration to Version 8.1.9E.126.1. Migration to Version 8.1.9

A dump/restore is not required for those running 8.1.X. However, if you are upgrading from a version earlier than 8.1.2, see Section E.131Section E.133.

E.124.2. ChangesE.126.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.133. Release 8.1E.135. Release 8.1

E.133.1. OverviewE.135.1. Overview

Major changes in this release: @@ -373,8 +373,8 @@ >

E.133.2. Migration to Version 8.1E.135.2. Migration to Version 8.1

A dump/restore using

E.133.3. Additional ChangesE.135.3. Additional Changes

Below you will find a detailed account of the additional changes @@ -926,8 +926,8 @@ >

E.133.3.1. Performance ImprovementsE.135.3.1. Performance Improvements

E.133.3.2. Server ChangesE.135.3.2. Server Changes

E.133.3.3. Query ChangesE.135.3.3. Query Changes

E.133.3.4. Object Manipulation ChangesE.135.3.4. Object Manipulation Changes

E.133.3.5. Utility Command ChangesE.135.3.5. Utility Command Changes

E.133.3.6. Data Type and Function ChangesE.135.3.6. Data Type and Function Changes

E.133.3.7. Encoding and Locale ChangesE.135.3.7. Encoding and Locale Changes

E.133.3.8. General Server-Side Language ChangesE.135.3.8. General Server-Side Language Changes

E.133.3.9. PL/pgSQL Server-Side Language ChangesE.135.3.9. PL/pgSQL Server-Side Language Changes

E.133.3.10. PL/Perl Server-Side Language ChangesE.135.3.10. PL/Perl Server-Side Language Changes

E.133.3.11. E.135.3.11. psql Changes

E.133.3.12. E.135.3.12. pg_dump Changes

E.133.3.13. E.135.3.13. libpq Changes

E.133.3.14. Source Code ChangesE.135.3.14. Source Code Changes

E.133.3.15. Contrib ChangesE.135.3.15. Contrib Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.99. Release 8.2.10E.101. Release 8.2.10
Section E.109Section E.111.

E.99.1. Migration to Version 8.2.10E.101.1. Migration to Version 8.2.10

A dump/restore is not required for those running 8.2.X. However, if you are upgrading from a version earlier than 8.2.7, see Section E.102Section E.104.

E.99.2. ChangesE.101.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.98. Release 8.2.11E.100. Release 8.2.11
Section E.109Section E.111.

E.98.1. Migration to Version 8.2.11E.100.1. Migration to Version 8.2.11

A dump/restore is not required for those running 8.2.X. However, if you are upgrading from a version earlier than 8.2.7, see Section E.102Section E.104. Also, if you were running a previous 8.2.X release, it is recommended to

E.98.2. ChangesE.100.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.97. Release 8.2.12E.99. Release 8.2.12
Section E.109Section E.111.

E.97.1. Migration to Version 8.2.12E.99.1. Migration to Version 8.2.12

A dump/restore is not required for those running 8.2.X. However, if you are upgrading from a version earlier than 8.2.11, see Section E.98Section E.100.

E.97.2. ChangesE.99.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.96. Release 8.2.13E.98. Release 8.2.13
Section E.109Section E.111.

E.96.1. Migration to Version 8.2.13E.98.1. Migration to Version 8.2.13

A dump/restore is not required for those running 8.2.X. However, if you are upgrading from a version earlier than 8.2.11, see Section E.98Section E.100.

E.96.2. ChangesE.98.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.95. Release 8.2.14E.97. Release 8.2.14
Section E.109Section E.111.

E.95.1. Migration to Version 8.2.14E.97.1. Migration to Version 8.2.14

A dump/restore is not required for those running 8.2.X. @@ -134,7 +134,7 @@ Also, if you are upgrading from a version earlier than 8.2.11, see Section E.98Section E.100.

E.95.2. ChangesE.97.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.94. Release 8.2.15E.96. Release 8.2.15
Section E.109Section E.111.

E.94.1. Migration to Version 8.2.15E.96.1. Migration to Version 8.2.15

A dump/restore is not required for those running 8.2.X. However, if you are upgrading from a version earlier than 8.2.14, see Section E.95Section E.97.

E.94.2. ChangesE.96.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.93. Release 8.2.16E.95. Release 8.2.16
Section E.109Section E.111.

E.93.1. Migration to Version 8.2.16E.95.1. Migration to Version 8.2.16

A dump/restore is not required for those running 8.2.X. However, if you are upgrading from a version earlier than 8.2.14, see Section E.95Section E.97.

E.93.2. ChangesE.95.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.92. Release 8.2.17E.94. Release 8.2.17
Section E.109Section E.111.

E.92.1. Migration to Version 8.2.17E.94.1. Migration to Version 8.2.17

A dump/restore is not required for those running 8.2.X. However, if you are upgrading from a version earlier than 8.2.14, see Section E.95Section E.97.

E.92.2. ChangesE.94.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.91. Release 8.2.18E.93. Release 8.2.18
Section E.109Section E.111.

E.91.1. Migration to Version 8.2.18E.93.1. Migration to Version 8.2.18

A dump/restore is not required for those running 8.2.X. However, if you are upgrading from a version earlier than 8.2.14, see Section E.95Section E.97.

E.91.2. ChangesE.93.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.90. Release 8.2.19E.92. Release 8.2.19
Section E.109Section E.111.

E.90.1. Migration to Version 8.2.19E.92.1. Migration to Version 8.2.19

A dump/restore is not required for those running 8.2.X. However, if you are upgrading from a version earlier than 8.2.14, see Section E.95Section E.97.

E.90.2. ChangesE.92.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.108. Release 8.2.1E.110. Release 8.2.1
Section E.109Section E.111.

E.108.1. Migration to Version 8.2.1E.110.1. Migration to Version 8.2.1

A dump/restore is not required for those running 8.2. @@ -130,8 +130,8 @@ >

E.108.2. ChangesE.110.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.89. Release 8.2.20E.91. Release 8.2.20
Section E.109Section E.111.

E.89.1. Migration to Version 8.2.20E.91.1. Migration to Version 8.2.20

A dump/restore is not required for those running 8.2.X. However, if you are upgrading from a version earlier than 8.2.14, see Section E.95Section E.97.

E.89.2. ChangesE.91.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.88. Release 8.2.21E.90. Release 8.2.21
Section E.109Section E.111.

E.88.1. Migration to Version 8.2.21E.90.1. Migration to Version 8.2.21

A dump/restore is not required for those running 8.2.X. However, if you are upgrading from a version earlier than 8.2.14, see Section E.95Section E.97.

E.88.2. ChangesE.90.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.87. Release 8.2.22E.89. Release 8.2.22
Section E.109Section E.111.

E.87.1. Migration to Version 8.2.22E.89.1. Migration to Version 8.2.22

A dump/restore is not required for those running 8.2.X. However, if you are upgrading from a version earlier than 8.2.14, see Section E.95Section E.97.

E.87.2. ChangesE.89.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.86. Release 8.2.23E.88. Release 8.2.23
Section E.109Section E.111.

E.86.1. Migration to Version 8.2.23E.88.1. Migration to Version 8.2.23

A dump/restore is not required for those running 8.2.X. @@ -145,7 +145,7 @@ > Also, if you are upgrading from a version earlier than 8.2.14, see Section E.95Section E.97.

E.86.2. ChangesE.88.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.107. Release 8.2.2E.109. Release 8.2.2
Section E.109Section E.111.

E.107.1. Migration to Version 8.2.2E.109.1. Migration to Version 8.2.2

A dump/restore is not required for those running 8.2.X. @@ -131,8 +131,8 @@ >

E.107.2. ChangesE.109.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.106. Release 8.2.3E.108. Release 8.2.3
Section E.109Section E.111.

E.106.1. Migration to Version 8.2.3E.108.1. Migration to Version 8.2.3

A dump/restore is not required for those running 8.2.X. @@ -130,8 +130,8 @@ >

E.106.2. ChangesE.108.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.105. Release 8.2.4E.107. Release 8.2.4
Section E.109Section E.111.

E.105.1. Migration to Version 8.2.4E.107.1. Migration to Version 8.2.4

A dump/restore is not required for those running 8.2.X. @@ -131,8 +131,8 @@ >

E.105.2. ChangesE.107.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.104. Release 8.2.5E.106. Release 8.2.5
Section E.109Section E.111.

E.104.1. Migration to Version 8.2.5E.106.1. Migration to Version 8.2.5

A dump/restore is not required for those running 8.2.X. @@ -130,8 +130,8 @@ >

E.104.2. ChangesE.106.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.103. Release 8.2.6E.105. Release 8.2.6
Section E.109Section E.111.

E.103.1. Migration to Version 8.2.6E.105.1. Migration to Version 8.2.6

A dump/restore is not required for those running 8.2.X. @@ -131,8 +131,8 @@ >

E.103.2. ChangesE.105.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.102. Release 8.2.7E.104. Release 8.2.7
Section E.109Section E.111.

E.102.1. Migration to Version 8.2.7E.104.1. Migration to Version 8.2.7

A dump/restore is not required for those running 8.2.X. @@ -136,8 +136,8 @@ >

E.102.2. ChangesE.104.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.101. Release 8.2.8E.103. Release 8.2.8
Section E.109Section E.111.

E.101.1. Migration to Version 8.2.8E.103.1. Migration to Version 8.2.8

A dump/restore is not required for those running 8.2.X. However, if you are upgrading from a version earlier than 8.2.7, see Section E.102Section E.104.

E.101.2. ChangesE.103.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.100. Release 8.2.9E.102. Release 8.2.9
Section E.109Section E.111.

E.100.1. Migration to Version 8.2.9E.102.1. Migration to Version 8.2.9

A dump/restore is not required for those running 8.2.X. However, if you are upgrading from a version earlier than 8.2.7, see Section E.102Section E.104.

E.100.2. ChangesE.102.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.109. Release 8.2E.111. Release 8.2

E.109.1. OverviewE.111.1. Overview

This release adds many functionality and performance improvements that @@ -247,8 +247,8 @@ >

E.109.2. Migration to Version 8.2E.111.2. Migration to Version 8.2

A dump/restore using

E.109.3. ChangesE.111.3. Changes

Below you will find a detailed account of the @@ -799,8 +799,8 @@ >

E.109.3.1. Performance ImprovementsE.111.3.1. Performance Improvements

E.109.3.2. Server ChangesE.111.3.2. Server Changes

E.109.3.3. Query ChangesE.111.3.3. Query Changes

E.109.3.4. Object Manipulation ChangesE.111.3.4. Object Manipulation Changes

E.109.3.5. Utility Command ChangesE.111.3.5. Utility Command Changes

E.109.3.6. Date/Time ChangesE.111.3.6. Date/Time Changes

E.109.3.7. Other Data Type and Function ChangesE.111.3.7. Other Data Type and Function Changes

E.109.3.8. PL/pgSQL Server-Side Language ChangesE.111.3.8. PL/pgSQL Server-Side Language Changes

E.109.3.9. PL/Perl Server-Side Language ChangesE.111.3.9. PL/Perl Server-Side Language Changes

E.109.3.10. PL/Python Server-Side Language ChangesE.111.3.10. PL/Python Server-Side Language Changes

E.109.3.11. E.111.3.11.

E.109.3.12. E.111.3.12.

E.109.3.13. E.111.3.13.

E.109.3.14. E.111.3.14.

E.109.3.15. E.111.3.15. Windows Port

E.109.3.16. Source Code ChangesE.111.3.16. Source Code Changes

E.109.3.17. Contrib ChangesE.111.3.17. Contrib Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

E.75. Release 8.3.10E.77. Release 8.3.10
Section E.85Section E.87.

E.75.1. Migration to Version 8.3.10E.77.1. Migration to Version 8.3.10

A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.8, see Section E.77Section E.79.

E.75.2. ChangesE.77.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.74. Release 8.3.11E.76. Release 8.3.11
Section E.85Section E.87.

E.74.1. Migration to Version 8.3.11E.76.1. Migration to Version 8.3.11

A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.8, see Section E.77Section E.79.

E.74.2. ChangesE.76.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.73. Release 8.3.12E.75. Release 8.3.12
Section E.85Section E.87.

E.73.1. Migration to Version 8.3.12E.75.1. Migration to Version 8.3.12

A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.8, see Section E.77Section E.79.

E.73.2. ChangesE.75.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.72. Release 8.3.13E.74. Release 8.3.13
Section E.85Section E.87.

E.72.1. Migration to Version 8.3.13E.74.1. Migration to Version 8.3.13

A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.8, see Section E.77Section E.79.

E.72.2. ChangesE.74.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.71. Release 8.3.14E.73. Release 8.3.14
Section E.85Section E.87.

E.71.1. Migration to Version 8.3.14E.73.1. Migration to Version 8.3.14

A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.8, see Section E.77Section E.79.

E.71.2. ChangesE.73.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.70. Release 8.3.15E.72. Release 8.3.15
Section E.85Section E.87.

E.70.1. Migration to Version 8.3.15E.72.1. Migration to Version 8.3.15

A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.8, see Section E.77Section E.79.

E.70.2. ChangesE.72.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.69. Release 8.3.16E.71. Release 8.3.16
Section E.85Section E.87.

E.69.1. Migration to Version 8.3.16E.71.1. Migration to Version 8.3.16

A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.8, see Section E.77Section E.79.

E.69.2. ChangesE.71.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.68. Release 8.3.17E.70. Release 8.3.17
Section E.85Section E.87.

E.68.1. Migration to Version 8.3.17E.70.1. Migration to Version 8.3.17

A dump/restore is not required for those running 8.3.X. @@ -137,7 +137,7 @@ > Also, if you are upgrading from a version earlier than 8.3.8, see Section E.77Section E.79.

E.68.2. ChangesE.70.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.67. Release 8.3.18E.69. Release 8.3.18
Section E.85Section E.87.

E.67.1. Migration to Version 8.3.18E.69.1. Migration to Version 8.3.18

A dump/restore is not required for those running 8.3.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 8.3.17, see Section E.68Section E.70.

E.67.2. ChangesE.69.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.66. Release 8.3.19E.68. Release 8.3.19
Section E.85Section E.87.

E.66.1. Migration to Version 8.3.19E.68.1. Migration to Version 8.3.19

A dump/restore is not required for those running 8.3.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 8.3.17, see Section E.68Section E.70.

E.66.2. ChangesE.68.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.84. Release 8.3.1E.86. Release 8.3.1
Section E.85Section E.87.

E.84.1. Migration to Version 8.3.1E.86.1. Migration to Version 8.3.1

A dump/restore is not required for those running 8.3.X. @@ -136,8 +136,8 @@ >

E.84.2. ChangesE.86.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.65. Release 8.3.20E.67. Release 8.3.20
Section E.85Section E.87.

E.65.1. Migration to Version 8.3.20E.67.1. Migration to Version 8.3.20

A dump/restore is not required for those running 8.3.X. @@ -136,7 +136,7 @@ > However, if you are upgrading from a version earlier than 8.3.17, see Section E.68Section E.70.

E.65.2. ChangesE.67.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.64. Release 8.3.21E.66. Release 8.3.21
Section E.85Section E.87.

E.64.1. Migration to Version 8.3.21E.66.1. Migration to Version 8.3.21

A dump/restore is not required for those running 8.3.X. @@ -136,7 +136,7 @@ > However, if you are upgrading from a version earlier than 8.3.17, see Section E.68Section E.70.

E.64.2. ChangesE.66.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.63. Release 8.3.22E.65. Release 8.3.22
Section E.85Section E.87.

E.63.1. Migration to Version 8.3.22E.65.1. Migration to Version 8.3.22

A dump/restore is not required for those running 8.3.X. @@ -136,7 +136,7 @@ > However, if you are upgrading from a version earlier than 8.3.17, see Section E.68Section E.70.

E.63.2. ChangesE.65.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.62. Release 8.3.23E.64. Release 8.3.23
Section E.85Section E.87.

E.62.1. Migration to Version 8.3.23E.64.1. Migration to Version 8.3.23

A dump/restore is not required for those running 8.3.X. @@ -136,7 +136,7 @@ > However, if you are upgrading from a version earlier than 8.3.17, see Section E.68Section E.70.

E.62.2. ChangesE.64.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.83. Release 8.3.2E.85. Release 8.3.2
Section E.85Section E.87.

E.83.1. Migration to Version 8.3.2E.85.1. Migration to Version 8.3.2

A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.1, see Section E.84Section E.86.

E.83.2. ChangesE.85.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.82. Release 8.3.3E.84. Release 8.3.3
Section E.85Section E.87.

E.82.1. Migration to Version 8.3.3E.84.1. Migration to Version 8.3.3

A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.1, see Section E.84Section E.86.

E.82.2. ChangesE.84.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.81. Release 8.3.4E.83. Release 8.3.4
Section E.85Section E.87.

E.81.1. Migration to Version 8.3.4E.83.1. Migration to Version 8.3.4

A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.1, see Section E.84Section E.86.

E.81.2. ChangesE.83.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.80. Release 8.3.5E.82. Release 8.3.5
Section E.85Section E.87.

E.80.1. Migration to Version 8.3.5E.82.1. Migration to Version 8.3.5

A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.1, see Section E.84Section E.86. Also, if you were running a previous 8.3.X release, it is recommended to

E.80.2. ChangesE.82.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.79. Release 8.3.6E.81. Release 8.3.6
Section E.85Section E.87.

E.79.1. Migration to Version 8.3.6E.81.1. Migration to Version 8.3.6

A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.5, see Section E.80Section E.82.

E.79.2. ChangesE.81.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.78. Release 8.3.7E.80. Release 8.3.7
Section E.85Section E.87.

E.78.1. Migration to Version 8.3.7E.80.1. Migration to Version 8.3.7

A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.5, see Section E.80Section E.82.

E.78.2. ChangesE.80.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.77. Release 8.3.8E.79. Release 8.3.8
Section E.85Section E.87.

E.77.1. Migration to Version 8.3.8E.79.1. Migration to Version 8.3.8

A dump/restore is not required for those running 8.3.X. @@ -134,7 +134,7 @@ Also, if you are upgrading from a version earlier than 8.3.5, see Section E.80Section E.82.

E.77.2. ChangesE.79.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.76. Release 8.3.9E.78. Release 8.3.9
Section E.85Section E.87.

E.76.1. Migration to Version 8.3.9E.78.1. Migration to Version 8.3.9

A dump/restore is not required for those running 8.3.X. However, if you are upgrading from a version earlier than 8.3.8, see Section E.77Section E.79.

E.76.2. ChangesE.78.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.85. Release 8.3E.87. Release 8.3

E.85.1. OverviewE.87.1. Overview

With significant new functionality and performance enhancements, @@ -307,8 +307,8 @@ >

E.85.2. Migration to Version 8.3E.87.2. Migration to Version 8.3

A dump/restore using

E.85.2.1. GeneralE.87.2.1. General

E.85.2.2. Configuration ParametersE.87.2.2. Configuration Parameters

E.85.2.3. Character EncodingsE.87.2.3. Character Encodings

E.85.3. ChangesE.87.3. Changes

Below you will find a detailed account of the @@ -990,8 +990,8 @@ >

E.85.3.1. PerformanceE.87.3.1. Performance

E.85.3.2. ServerE.87.3.2. Server

E.85.3.3. MonitoringE.87.3.3. Monitoring

E.85.3.4. AuthenticationE.87.3.4. Authentication

E.85.3.5. Write-Ahead Log (E.87.3.5. Write-Ahead Log (WAL) and Continuous Archiving

E.85.3.6. QueriesE.87.3.6. Queries

E.85.3.7. Object ManipulationE.87.3.7. Object Manipulation

E.85.3.8. Utility CommandsE.87.3.8. Utility Commands

E.85.3.9. Data TypesE.87.3.9. Data Types

E.85.3.10. FunctionsE.87.3.10. Functions

E.85.3.11. PL/pgSQL Server-Side LanguageE.87.3.11. PL/pgSQL Server-Side Language

E.85.3.12. Other Server-Side LanguagesE.87.3.12. Other Server-Side Languages

E.85.3.13. E.87.3.13.

E.85.3.14. E.87.3.14.

E.85.3.15. Other Client ApplicationsE.87.3.15. Other Client Applications

E.85.3.16. E.87.3.16.

E.85.3.17. E.87.3.17.

E.85.3.18. E.87.3.18. Windows Port

E.85.3.19. Server Programming Interface (E.87.3.19. Server Programming Interface (SPI)

E.85.3.20. Build OptionsE.87.3.20. Build Options

E.85.3.21. Source CodeE.87.3.21. Source Code

E.85.3.22. ContribE.87.3.22. Contrib

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

E.51. Release 8.4.10E.53. Release 8.4.10
Section E.61Section E.63.

E.51.1. Migration to Version 8.4.10E.53.1. Migration to Version 8.4.10

A dump/restore is not required for those running 8.4.X. @@ -137,7 +137,7 @@ > Also, if you are upgrading from a version earlier than 8.4.8, see Section E.53Section E.55.

E.51.2. ChangesE.53.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.50. Release 8.4.11E.52. Release 8.4.11
Section E.61Section E.63.

E.50.1. Migration to Version 8.4.11E.52.1. Migration to Version 8.4.11

A dump/restore is not required for those running 8.4.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 8.4.10, see Section E.51Section E.53.

E.50.2. ChangesE.52.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.49. Release 8.4.12E.51. Release 8.4.12
Section E.61Section E.63.

E.49.1. Migration to Version 8.4.12E.51.1. Migration to Version 8.4.12

A dump/restore is not required for those running 8.4.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 8.4.10, see Section E.51Section E.53.

E.49.2. ChangesE.51.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.48. Release 8.4.13E.50. Release 8.4.13
Section E.61Section E.63.

E.48.1. Migration to Version 8.4.13E.50.1. Migration to Version 8.4.13

A dump/restore is not required for those running 8.4.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 8.4.10, see Section E.51Section E.53.

E.48.2. ChangesE.50.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.47. Release 8.4.14E.49. Release 8.4.14
Section E.61Section E.63.

E.47.1. Migration to Version 8.4.14E.49.1. Migration to Version 8.4.14

A dump/restore is not required for those running 8.4.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 8.4.10, see Section E.51Section E.53.

E.47.2. ChangesE.49.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.46. Release 8.4.15E.48. Release 8.4.15
Section E.61Section E.63.

E.46.1. Migration to Version 8.4.15E.48.1. Migration to Version 8.4.15

A dump/restore is not required for those running 8.4.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 8.4.10, see Section E.51Section E.53.

E.46.2. ChangesE.48.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.45. Release 8.4.16E.47. Release 8.4.16
Section E.61Section E.63.

E.45.1. Migration to Version 8.4.16E.47.1. Migration to Version 8.4.16

A dump/restore is not required for those running 8.4.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 8.4.10, see Section E.51Section E.53.

E.45.2. ChangesE.47.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.44. Release 8.4.17E.46. Release 8.4.17
Section E.61Section E.63.

E.44.1. Migration to Version 8.4.17E.46.1. Migration to Version 8.4.17

A dump/restore is not required for those running 8.4.X. @@ -137,7 +137,7 @@ > Also, if you are upgrading from a version earlier than 8.4.10, see Section E.51Section E.53.

E.44.2. ChangesE.46.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.43. Release 8.4.18E.45. Release 8.4.18
Section E.61Section E.63.

E.43.1. Migration to Version 8.4.18E.45.1. Migration to Version 8.4.18

A dump/restore is not required for those running 8.4.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 8.4.17, see Section E.44Section E.46.

E.43.2. ChangesE.45.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.42. Release 8.4.19E.44. Release 8.4.19
Section E.61Section E.63.

E.42.1. Migration to Version 8.4.19E.44.1. Migration to Version 8.4.19

A dump/restore is not required for those running 8.4.X. @@ -133,7 +133,7 @@ > Also, if you are upgrading from a version earlier than 8.4.17, see Section E.44Section E.46.

E.42.2. ChangesE.44.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.60. Release 8.4.1E.62. Release 8.4.1
Section E.61Section E.63.

E.60.1. Migration to Version 8.4.1E.62.1. Migration to Version 8.4.1

A dump/restore is not required for those running 8.4.X. @@ -130,8 +130,8 @@ >

E.60.2. ChangesE.62.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.41. Release 8.4.20E.43. Release 8.4.20
Section E.61Section E.63.

E.41.1. Migration to Version 8.4.20E.43.1. Migration to Version 8.4.20

A dump/restore is not required for those running 8.4.X. @@ -136,7 +136,7 @@ > However, if you are upgrading from a version earlier than 8.4.19, see Section E.42Section E.44.

E.41.2. ChangesE.43.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.40. Release 8.4.21E.42. Release 8.4.21
Section E.61Section E.63.

E.40.1. Migration to Version 8.4.21E.42.1. Migration to Version 8.4.21

A dump/restore is not required for those running 8.4.X. @@ -136,7 +136,7 @@ > However, if you are upgrading from a version earlier than 8.4.19, see Section E.42Section E.44.

E.40.2. ChangesE.42.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.39. Release 8.4.22E.41. Release 8.4.22
Section E.61Section E.63.

E.39.1. Migration to Version 8.4.22E.41.1. Migration to Version 8.4.22

A dump/restore is not required for those running 8.4.X. @@ -141,7 +141,7 @@ > Also, if you are upgrading from a version earlier than 8.4.19, see Section E.42Section E.44.

E.39.2. ChangesE.41.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.59. Release 8.4.2E.61. Release 8.4.2
Section E.61Section E.63.

E.59.1. Migration to Version 8.4.2E.61.1. Migration to Version 8.4.2

A dump/restore is not required for those running 8.4.X. @@ -136,8 +136,8 @@ >

E.59.2. ChangesE.61.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.58. Release 8.4.3E.60. Release 8.4.3
Section E.61Section E.63.

E.58.1. Migration to Version 8.4.3E.60.1. Migration to Version 8.4.3

A dump/restore is not required for those running 8.4.X. However, if you are upgrading from a version earlier than 8.4.2, see Section E.59Section E.61.

E.58.2. ChangesE.60.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.57. Release 8.4.4E.59. Release 8.4.4
Section E.61Section E.63.

E.57.1. Migration to Version 8.4.4E.59.1. Migration to Version 8.4.4

A dump/restore is not required for those running 8.4.X. However, if you are upgrading from a version earlier than 8.4.2, see Section E.59Section E.61.

E.57.2. ChangesE.59.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.56. Release 8.4.5E.58. Release 8.4.5
Section E.61Section E.63.

E.56.1. Migration to Version 8.4.5E.58.1. Migration to Version 8.4.5

A dump/restore is not required for those running 8.4.X. However, if you are upgrading from a version earlier than 8.4.2, see Section E.59Section E.61.

E.56.2. ChangesE.58.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.55. Release 8.4.6E.57. Release 8.4.6
Section E.61Section E.63.

E.55.1. Migration to Version 8.4.6E.57.1. Migration to Version 8.4.6

A dump/restore is not required for those running 8.4.X. However, if you are upgrading from a version earlier than 8.4.2, see Section E.59Section E.61.

E.55.2. ChangesE.57.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.54. Release 8.4.7E.56. Release 8.4.7
Section E.61Section E.63.

E.54.1. Migration to Version 8.4.7E.56.1. Migration to Version 8.4.7

A dump/restore is not required for those running 8.4.X. However, if you are upgrading from a version earlier than 8.4.2, see Section E.59Section E.61.

E.54.2. ChangesE.56.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.53. Release 8.4.8E.55. Release 8.4.8
Section E.61Section E.63.

E.53.1. Migration to Version 8.4.8E.55.1. Migration to Version 8.4.8

A dump/restore is not required for those running 8.4.X. @@ -149,7 +149,7 @@ > Also, if you are upgrading from a version earlier than 8.4.2, see Section E.59Section E.61.

E.53.2. ChangesE.55.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.52. Release 8.4.9E.54. Release 8.4.9
Section E.61Section E.63.

E.52.1. Migration to Version 8.4.9E.54.1. Migration to Version 8.4.9

A dump/restore is not required for those running 8.4.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 8.4.8, see Section E.53Section E.55.

E.52.2. ChangesE.54.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.61. Release 8.4E.63. Release 8.4

E.61.1. OverviewE.63.1. Overview

After many years of development,

E.61.2. Migration to Version 8.4E.63.2. Migration to Version 8.4

A dump/restore using

E.61.2.1. GeneralE.63.2.1. General

E.61.2.2. Server SettingsE.63.2.2. Server Settings

E.61.2.3. QueriesE.63.2.3. Queries

E.61.2.4. Functions and OperatorsE.63.2.4. Functions and Operators

E.61.2.4.1. Temporal Functions and OperatorsE.63.2.4.1. Temporal Functions and Operators

E.61.3. ChangesE.63.3. Changes

Below you will find a detailed account of the changes between @@ -827,8 +827,8 @@ >

E.61.3.1. PerformanceE.63.3.1. Performance

E.61.3.2. ServerE.63.3.2. Server

E.61.3.2.1. SettingsE.63.3.2.1. Settings

E.61.3.2.2. Authentication and securityE.63.3.2.2. Authentication and security

E.61.3.2.3. E.63.3.2.3. pg_hba.conf

E.61.3.2.4. Continuous ArchivingE.63.3.2.4. Continuous Archiving

E.61.3.2.5. MonitoringE.63.3.2.5. Monitoring

E.61.3.3. QueriesE.63.3.3. Queries

E.61.3.3.1. E.63.3.3.1. TRUNCATE

E.61.3.3.2. E.63.3.3.2. EXPLAIN

E.61.3.3.3. E.63.3.3.3. LIMIT/

E.61.3.4. Object ManipulationE.63.3.4. Object Manipulation

E.61.3.4.1. E.63.3.4.1. ALTER

E.61.3.4.2. Database ManipulationE.63.3.4.2. Database Manipulation

E.61.3.5. Utility OperationsE.63.3.5. Utility Operations

E.61.3.5.1. IndexesE.63.3.5.1. Indexes

E.61.3.5.2. Full Text IndexesE.63.3.5.2. Full Text Indexes

E.61.3.5.3. E.63.3.5.3. VACUUM

E.61.3.6. Data TypesE.63.3.6. Data Types

E.61.3.6.1. Temporal Data TypesE.63.3.6.1. Temporal Data Types

E.61.3.6.2. ArraysE.63.3.6.2. Arrays

E.61.3.6.3. Wide-Value Storage (E.63.3.6.3. Wide-Value Storage (TOAST)

E.61.3.7. FunctionsE.63.3.7. Functions

E.61.3.7.1. Object Information FunctionsE.63.3.7.1. Object Information Functions

E.61.3.7.2. Function CreationE.63.3.7.2. Function Creation

E.61.3.7.3. PL/pgSQL Server-Side LanguageE.63.3.7.3. PL/pgSQL Server-Side Language

E.61.3.8. Client ApplicationsE.63.3.8. Client Applications

E.61.3.8.1. E.63.3.8.1. psql

E.61.3.8.2. E.63.3.8.2. psql \d* commands

E.61.3.8.3. E.63.3.8.3. pg_dump

E.61.3.9. Programming ToolsE.63.3.9. Programming Tools

E.28. Release 9.0.10E.30. Release 9.0.10
Section E.38Section E.40.

E.28.1. Migration to Version 9.0.10E.30.1. Migration to Version 9.0.10

A dump/restore is not required for those running 9.0.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.0.6, see Section E.32Section E.34.

E.28.2. ChangesE.30.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.27. Release 9.0.11E.29. Release 9.0.11
Section E.38Section E.40.

E.27.1. Migration to Version 9.0.11E.29.1. Migration to Version 9.0.11

A dump/restore is not required for those running 9.0.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.0.6, see Section E.32Section E.34.

E.27.2. ChangesE.29.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.26. Release 9.0.12E.28. Release 9.0.12
Section E.38Section E.40.

E.26.1. Migration to Version 9.0.12E.28.1. Migration to Version 9.0.12

A dump/restore is not required for those running 9.0.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.0.6, see Section E.32Section E.34.

E.26.2. ChangesE.28.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.25. Release 9.0.13E.27. Release 9.0.13
Section E.38Section E.40.

E.25.1. Migration to Version 9.0.13E.27.1. Migration to Version 9.0.13

A dump/restore is not required for those running 9.0.X. @@ -137,7 +137,7 @@ > Also, if you are upgrading from a version earlier than 9.0.6, see Section E.32Section E.34.

E.25.2. ChangesE.27.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.24. Release 9.0.14E.26. Release 9.0.14
Section E.38Section E.40.

E.24.1. Migration to Version 9.0.14E.26.1. Migration to Version 9.0.14

A dump/restore is not required for those running 9.0.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.0.13, see Section E.25Section E.27.

E.24.2. ChangesE.26.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.23. Release 9.0.15E.25. Release 9.0.15
Section E.38Section E.40.

E.23.1. Migration to Version 9.0.15E.25.1. Migration to Version 9.0.15

A dump/restore is not required for those running 9.0.X. @@ -133,7 +133,7 @@ > Also, if you are upgrading from a version earlier than 9.0.13, see Section E.25Section E.27.

E.23.2. ChangesE.25.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.22. Release 9.0.16E.24. Release 9.0.16
Section E.38Section E.40.

E.22.1. Migration to Version 9.0.16E.24.1. Migration to Version 9.0.16

A dump/restore is not required for those running 9.0.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.0.15, see Section E.23Section E.25.

E.22.2. ChangesE.24.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.21. Release 9.0.17E.23. Release 9.0.17
Section E.38Section E.40.

E.21.1. Migration to Version 9.0.17E.23.1. Migration to Version 9.0.17

A dump/restore is not required for those running 9.0.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.0.15, see Section E.23Section E.25.

E.21.2. ChangesE.23.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.20. Release 9.0.18E.22. Release 9.0.18
Section E.38Section E.40.

E.20.1. Migration to Version 9.0.18E.22.1. Migration to Version 9.0.18

A dump/restore is not required for those running 9.0.X. @@ -133,7 +133,7 @@ > Also, if you are upgrading from a version earlier than 9.0.15, see Section E.23Section E.25.

E.20.2. ChangesE.22.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.19. Release 9.0.19E.21. Release 9.0.19
Section E.38Section E.40.

E.19.1. Migration to Version 9.0.19E.21.1. Migration to Version 9.0.19

A dump/restore is not required for those running 9.0.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.0.18, see Section E.20Section E.22.

E.19.2. ChangesE.21.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
E.37. Release 9.0.1E.39. Release 9.0.1
Section E.38Section E.40.

E.37.1. Migration to Version 9.0.1E.39.1. Migration to Version 9.0.1

A dump/restore is not required for those running 9.0.X. @@ -130,8 +130,8 @@ >

E.37.2. ChangesE.39.2. Changes

PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
PrevE.18. Release 9.0.20E.20. Release 9.0.20
Section E.38Section E.40.

E.18.1. Migration to Version 9.0.20E.20.1. Migration to Version 9.0.20

A dump/restore is not required for those running 9.0.X. @@ -136,7 +136,7 @@ > However, if you are upgrading from a version earlier than 9.0.18, see Section E.20Section E.22.

E.18.2. ChangesE.20.2. Changes

  • Avoid "cannot GetMultiXactIdMembers() during recovery" error + (Álvaro Herrera) +

  • Recursively fsync()PrevRelease 9.1Release 9.0.21

  • E.36. Release 9.0.2E.38. Release 9.0.2
    Section E.38Section E.40.

    E.36.1. Migration to Version 9.0.2E.38.1. Migration to Version 9.0.2

    A dump/restore is not required for those running 9.0.X. @@ -130,8 +130,8 @@ >

    E.36.2. ChangesE.38.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.35. Release 9.0.3E.37. Release 9.0.3
    Section E.38Section E.40.

    E.35.1. Migration to Version 9.0.3E.37.1. Migration to Version 9.0.3

    A dump/restore is not required for those running 9.0.X. @@ -130,8 +130,8 @@ >

    E.35.2. ChangesE.37.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.34. Release 9.0.4E.36. Release 9.0.4
    Section E.38Section E.40.

    E.34.1. Migration to Version 9.0.4E.36.1. Migration to Version 9.0.4

    A dump/restore is not required for those running 9.0.X. @@ -151,8 +151,8 @@ >

    E.34.2. ChangesE.36.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.33. Release 9.0.5E.35. Release 9.0.5
    Section E.38Section E.40.

    E.33.1. Migration to Version 9.0.5E.35.1. Migration to Version 9.0.5

    A dump/restore is not required for those running 9.0.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.0.4, see Section E.34Section E.36.

    E.33.2. ChangesE.35.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.32. Release 9.0.6E.34. Release 9.0.6
    Section E.38Section E.40.

    E.32.1. Migration to Version 9.0.6E.34.1. Migration to Version 9.0.6

    A dump/restore is not required for those running 9.0.X. @@ -137,7 +137,7 @@ > Also, if you are upgrading from a version earlier than 9.0.4, see Section E.34Section E.36.

    E.32.2. ChangesE.34.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.31. Release 9.0.7E.33. Release 9.0.7
    Section E.38Section E.40.

    E.31.1. Migration to Version 9.0.7E.33.1. Migration to Version 9.0.7

    A dump/restore is not required for those running 9.0.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.0.6, see Section E.32Section E.34.

    E.31.2. ChangesE.33.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.30. Release 9.0.8E.32. Release 9.0.8
    Section E.38Section E.40.

    E.30.1. Migration to Version 9.0.8E.32.1. Migration to Version 9.0.8

    A dump/restore is not required for those running 9.0.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.0.6, see Section E.32Section E.34.

    E.30.2. ChangesE.32.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.29. Release 9.0.9E.31. Release 9.0.9
    Section E.38Section E.40.

    E.29.1. Migration to Version 9.0.9E.31.1. Migration to Version 9.0.9

    A dump/restore is not required for those running 9.0.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.0.6, see Section E.32Section E.34.

    E.29.2. ChangesE.31.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.38. Release 9.0E.40. Release 9.0

    E.38.1. OverviewE.40.1. Overview

    This release of @@ -363,8 +363,8 @@ >

    E.38.2. Migration to Version 9.0E.40.2. Migration to Version 9.0

    A dump/restore using

    E.38.2.1. Server SettingsE.40.2.1. Server Settings

    E.38.2.2. QueriesE.40.2.2. Queries

    E.38.2.3. Data TypesE.40.2.3. Data Types

    E.38.2.4. Object RenamingE.40.2.4. Object Renaming

    E.38.2.5. PL/pgSQLE.40.2.5. PL/pgSQL

    E.38.2.6. Other IncompatibilitiesE.40.2.6. Other Incompatibilities

    E.38.3. ChangesE.40.3. Changes

    Version 9.0 has an unprecedented number of new major features, @@ -871,16 +871,16 @@ >

    E.38.3.1. ServerE.40.3.1. Server

    E.38.3.1.1. Continuous Archiving and Streaming ReplicationE.40.3.1.1. Continuous Archiving and Streaming Replication

    PostgreSQL's existing standby-server capability has been expanded both to @@ -974,8 +974,8 @@ >

    E.38.3.1.2. PerformanceE.40.3.1.2. Performance

    E.38.3.1.3. OptimizerE.40.3.1.3. Optimizer

    E.38.3.1.4. E.40.3.1.4. GEQO

    E.38.3.1.5. Optimizer StatisticsE.40.3.1.5. Optimizer Statistics

    E.38.3.1.6. AuthenticationE.40.3.1.6. Authentication

    E.38.3.1.7. MonitoringE.40.3.1.7. Monitoring

    E.38.3.1.8. Statistics CountersE.40.3.1.8. Statistics Counters

    E.38.3.1.9. Server SettingsE.40.3.1.9. Server Settings

    E.38.3.2. QueriesE.40.3.2. Queries

    E.38.3.2.1. Unicode StringsE.40.3.2.1. Unicode Strings

    E.38.3.3. Object ManipulationE.40.3.3. Object Manipulation

    E.38.3.3.1. E.40.3.3.1. ALTER TABLE

    E.38.3.3.2. E.40.3.3.2.

    E.38.3.3.3. ConstraintsE.40.3.3.3. Constraints

    E.38.3.3.4. Object PermissionsE.40.3.3.4. Object Permissions

    E.38.3.4. Utility OperationsE.40.3.4. Utility Operations

    E.38.3.4.1. E.40.3.4.1.

    E.38.3.4.2. E.40.3.4.2.

    E.38.3.4.3. E.40.3.4.3.

    E.38.3.4.4. IndexesE.40.3.4.4. Indexes

    E.38.3.5. Data TypesE.40.3.5. Data Types

    E.38.3.5.1. E.40.3.5.1. Full Text Search

    E.38.3.6. FunctionsE.40.3.6. Functions

    E.38.3.6.1. AggregatesE.40.3.6.1. Aggregates

    E.38.3.6.2. Bit StringsE.40.3.6.2. Bit Strings

    E.38.3.6.3. Object Information FunctionsE.40.3.6.3. Object Information Functions

    E.38.3.6.4. Function and Trigger CreationE.40.3.6.4. Function and Trigger Creation

    E.38.3.7. Server-Side LanguagesE.40.3.7. Server-Side Languages

    E.38.3.7.1. E.40.3.7.1. PL/pgSQL Server-Side @@ -3244,8 +3244,8 @@ >

    E.38.3.7.2. E.40.3.7.2. PL/Perl Server-Side Language

    E.38.3.7.3. E.40.3.7.3. PL/Python Server-Side Language

    E.38.3.8. Client ApplicationsE.40.3.8. Client Applications

    E.38.3.8.1. E.40.3.8.1.
    E.38.3.8.1.1. E.40.3.8.1.1. psql Display
    E.38.3.8.1.2. E.40.3.8.1.2. psql

    E.38.3.8.2. E.40.3.8.2.

    E.38.3.8.3. E.40.3.8.3.

    E.38.3.9. E.40.3.9. Development Tools

    E.38.3.9.1. E.40.3.9.1.

    E.38.3.9.2. E.40.3.9.2.
    E.38.3.9.2.1. E.40.3.9.2.1. ecpg Cursors

    E.38.3.10. Build OptionsE.40.3.10. Build Options

    E.38.3.10.1. MakefilesE.40.3.10.1. Makefiles

    E.38.3.10.2. WindowsE.40.3.10.2. Windows

    E.38.3.11. Source CodeE.40.3.11. Source Code

    E.38.3.11.1. New Build RequirementsE.40.3.11.1. New Build Requirements

    Note that these requirements do not apply when building from a @@ -4755,8 +4755,8 @@ >

    E.38.3.11.2. PortabilityE.40.3.11.2. Portability

    E.38.3.11.3. Server ProgrammingE.40.3.11.3. Server Programming

    E.38.3.11.4. Server HooksE.40.3.11.4. Server Hooks

    E.38.3.11.5. Binary Upgrade SupportE.40.3.11.5. Binary Upgrade Support

    E.38.3.12. ContribE.40.3.12. Contrib

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

    E.7. Release 9.1.10E.8. Release 9.1.10
    Section E.17Section E.18.

    E.7.1. Migration to Version 9.1.10E.8.1. Migration to Version 9.1.10

    A dump/restore is not required for those running 9.1.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.1.9, see Section E.8Section E.9.

    E.7.2. ChangesE.8.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.6. Release 9.1.11E.7. Release 9.1.11
    Section E.17Section E.18.

    E.6.1. Migration to Version 9.1.11E.7.1. Migration to Version 9.1.11

    A dump/restore is not required for those running 9.1.X. @@ -133,7 +133,7 @@ > Also, if you are upgrading from a version earlier than 9.1.9, see Section E.8Section E.9.

    E.6.2. ChangesE.7.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.5. Release 9.1.12E.6. Release 9.1.12
    Section E.17Section E.18.

    E.5.1. Migration to Version 9.1.12E.6.1. Migration to Version 9.1.12

    A dump/restore is not required for those running 9.1.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.1.11, see Section E.6Section E.7.

    E.5.2. ChangesE.6.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.4. Release 9.1.13E.5. Release 9.1.13
    Section E.17Section E.18.

    E.4.1. Migration to Version 9.1.13E.5.1. Migration to Version 9.1.13

    A dump/restore is not required for those running 9.1.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.1.11, see Section E.6Section E.7.

    E.4.2. ChangesE.5.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.3. Release 9.1.14E.4. Release 9.1.14
    Section E.17Section E.18.

    E.3.1. Migration to Version 9.1.14E.4.1. Migration to Version 9.1.14

    A dump/restore is not required for those running 9.1.X. @@ -133,7 +133,7 @@ > Also, if you are upgrading from a version earlier than 9.1.11, see Section E.6Section E.7.

    E.3.2. ChangesE.4.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.2. Release 9.1.15E.3. Release 9.1.15
    Section E.17Section E.18.

    E.2.1. Migration to Version 9.1.15E.3.1. Migration to Version 9.1.15

    A dump/restore is not required for those running 9.1.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.1.14, see Section E.3Section E.4.

    E.2.2. ChangesE.3.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PrevE.1. Release 9.1.16E.2. Release 9.1.16
    Section E.17Section E.18.

    E.1.1. Migration to Version 9.1.16E.2.1. Migration to Version 9.1.16

    A dump/restore is not required for those running 9.1.X. @@ -139,7 +139,7 @@ > Also, if you are upgrading from a version earlier than 9.1.14, see Section E.3Section E.4.

    E.1.2. ChangesE.2.2. Changes

  • Avoid "cannot GetMultiXactIdMembers() during recovery" error + (Álvaro Herrera) +

  • Recursively fsync()PrevRelease NotesRelease 9.1.17

  • E.16. Release 9.1.1E.17. Release 9.1.1
    Section E.17Section E.18.

    E.16.1. Migration to Version 9.1.1E.17.1. Migration to Version 9.1.1

    A dump/restore is not required for those running 9.1.X. @@ -130,8 +130,8 @@ >

    E.16.2. ChangesE.17.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.15. Release 9.1.2E.16. Release 9.1.2
    Section E.17Section E.18.

    E.15.1. Migration to Version 9.1.2E.16.1. Migration to Version 9.1.2

    A dump/restore is not required for those running 9.1.X. @@ -168,8 +168,8 @@ >

    E.15.2. ChangesE.16.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.14. Release 9.1.3E.15. Release 9.1.3
    Section E.17Section E.18.

    E.14.1. Migration to Version 9.1.3E.15.1. Migration to Version 9.1.3

    A dump/restore is not required for those running 9.1.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.1.2, see Section E.15Section E.16.

    E.14.2. ChangesE.15.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.13. Release 9.1.4E.14. Release 9.1.4
    Section E.17Section E.18.

    E.13.1. Migration to Version 9.1.4E.14.1. Migration to Version 9.1.4

    A dump/restore is not required for those running 9.1.X. @@ -157,7 +157,7 @@ > Also, if you are upgrading from a version earlier than 9.1.2, see Section E.15Section E.16.

    E.13.2. ChangesE.14.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.12. Release 9.1.5E.13. Release 9.1.5
    Section E.17Section E.18.

    E.12.1. Migration to Version 9.1.5E.13.1. Migration to Version 9.1.5

    A dump/restore is not required for those running 9.1.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.1.4, see Section E.13Section E.14.

    E.12.2. ChangesE.13.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.11. Release 9.1.6E.12. Release 9.1.6
    Section E.17Section E.18.

    E.11.1. Migration to Version 9.1.6E.12.1. Migration to Version 9.1.6

    A dump/restore is not required for those running 9.1.X. @@ -136,7 +136,7 @@ > Also, if you are upgrading from a version earlier than 9.1.4, see Section E.13Section E.14.

    E.11.2. ChangesE.12.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.10. Release 9.1.7E.11. Release 9.1.7
    Section E.17Section E.18.

    E.10.1. Migration to Version 9.1.7E.11.1. Migration to Version 9.1.7

    A dump/restore is not required for those running 9.1.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.1.6, see Section E.11Section E.12.

    E.10.2. ChangesE.11.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.9. Release 9.1.8E.10. Release 9.1.8
    Section E.17Section E.18.

    E.9.1. Migration to Version 9.1.8E.10.1. Migration to Version 9.1.8

    A dump/restore is not required for those running 9.1.X. @@ -128,7 +128,7 @@ > However, if you are upgrading from a version earlier than 9.1.6, see Section E.11Section E.12.

    E.9.2. ChangesE.10.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    E.8. Release 9.1.9E.9. Release 9.1.9
    Section E.17Section E.18.

    E.8.1. Migration to Version 9.1.9E.9.1. Migration to Version 9.1.9

    A dump/restore is not required for those running 9.1.X. @@ -137,7 +137,7 @@ > Also, if you are upgrading from a version earlier than 9.1.6, see Section E.11Section E.12.

    E.8.2. ChangesE.9.2. Changes

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    NextE.17. Release 9.1E.18. Release 9.1

    E.17.1. OverviewE.18.1. Overview

    This release shows

    E.17.2. Migration to Version 9.1E.18.2. Migration to Version 9.1

    A dump/restore using

    E.17.2.1. StringsE.18.2.1. Strings

    E.17.2.2. CastingE.18.2.2. Casting

    E.17.2.3. ArraysE.18.2.3. Arrays

    E.17.2.4. Object ModificationE.18.2.4. Object Modification

    E.17.2.5. Server SettingsE.18.2.5. Server Settings

    E.17.2.6. E.18.2.6. PL/pgSQL Server-Side Language

    E.17.2.7. ContribE.18.2.7. Contrib

    E.17.2.8. Other IncompatibilitiesE.18.2.8. Other Incompatibilities

    E.17.3. ChangesE.18.3. Changes

    Below you will find a detailed account of the changes between @@ -744,16 +744,16 @@ >

    E.17.3.1. ServerE.18.3.1. Server

    E.17.3.1.1. PerformanceE.18.3.1.1. Performance

    E.17.3.1.2. OptimizerE.18.3.1.2. Optimizer

    E.17.3.1.3. AuthenticationE.18.3.1.3. Authentication

    E.17.3.1.4. MonitoringE.18.3.1.4. Monitoring

    E.17.3.1.5. Statistical ViewsE.18.3.1.5. Statistical Views

    E.17.3.1.6. Server SettingsE.18.3.1.6. Server Settings

    E.17.3.2. Replication and RecoveryE.18.3.2. Replication and Recovery

    E.17.3.2.1. Streaming Replication and Continuous ArchivingE.18.3.2.1. Streaming Replication and Continuous Archiving

    E.17.3.2.2. Replication MonitoringE.18.3.2.2. Replication Monitoring

    E.17.3.2.3. Hot StandbyE.18.3.2.3. Hot Standby

    E.17.3.2.4. Recovery ControlE.18.3.2.4. Recovery Control

    E.17.3.3. QueriesE.18.3.3. Queries

    E.17.3.3.1. StringsE.18.3.3.1. Strings

    E.17.3.4. Object ManipulationE.18.3.4. Object Manipulation

    E.17.3.4.1. E.18.3.4.1. ALTER Object

    E.17.3.4.2. E.18.3.4.2.

    E.17.3.4.3. Object PermissionsE.18.3.4.3. Object Permissions

    E.17.3.5. Utility OperationsE.18.3.5. Utility Operations

    E.17.3.5.1. E.18.3.5.1.

    E.17.3.5.2. E.18.3.5.2.

    E.17.3.5.3. E.18.3.5.3.

    E.17.3.5.4. E.18.3.5.4.

    E.17.3.5.5. IndexesE.18.3.5.5. Indexes

    E.17.3.6. Data TypesE.18.3.6. Data Types

    E.17.3.6.1. CastingE.18.3.6.1. Casting

    E.17.3.6.2. E.18.3.6.2.

    E.17.3.7. FunctionsE.18.3.7. Functions

    E.17.3.7.1. Object Information FunctionsE.18.3.7.1. Object Information Functions

    E.17.3.7.2. Function and Trigger CreationE.18.3.7.2. Function and Trigger Creation

    E.17.3.8. Server-Side LanguagesE.18.3.8. Server-Side Languages

    E.17.3.8.1. E.18.3.8.1. PL/pgSQL Server-Side Language

    E.17.3.8.2. E.18.3.8.2. PL/Perl Server-Side Language

    E.17.3.8.3. E.18.3.8.3. PL/Python Server-Side Language

    E.17.3.9. Client ApplicationsE.18.3.9. Client Applications

    E.17.3.9.1. E.18.3.9.1.

    E.17.3.9.2. E.18.3.9.2.

    E.17.3.9.3. E.18.3.9.3.

    E.17.3.10. E.18.3.10. Development Tools

    E.17.3.10.1. E.18.3.10.1.

    E.17.3.10.2. E.18.3.10.2.

    E.17.3.11. Build OptionsE.18.3.11. Build Options

    E.17.3.11.1. MakefilesE.18.3.11.1. Makefiles

    E.17.3.11.2. WindowsE.18.3.11.2. Windows

    E.17.3.12. Source CodeE.18.3.12. Source Code

    E.17.3.12.1. Server HooksE.18.3.12.1. Server Hooks

    E.17.3.13. ContribE.18.3.13. Contrib

    E.17.3.13.1. SecurityE.18.3.13.1. Security

    E.17.3.13.2. PerformanceE.18.3.13.2. Performance

    E.17.3.13.3. Fsync TestingE.18.3.13.3. Fsync Testing

    E.17.3.14. DocumentationE.18.3.14. Documentation

    NextRelease 9.0.20Release 9.0.21

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    +Release 9.0.21

    E.19. Release 9.0.21

    Release Date: 2015-06-04

    This release contains a small number of fixes from 9.0.20. + For information about new features in the 9.0 major release, see + Section E.40. +

    The PostgreSQL community will stop releasing updates + for the 9.0.X release series in September 2015. + Users are encouraged to update to a newer release branch soon. +

    E.19.1. Migration to Version 9.0.21

    A dump/restore is not required for those running 9.0.X. +

    However, if you are upgrading from a version earlier than 9.0.18, + see Section E.22. +

    E.19.2. Changes

    • Avoid failures while fsync'ing data directory during + crash restart (Abhijit Menon-Sen, Tom Lane) +

      In the previous minor releases we added a patch to fsync + everything in the data directory after a crash. Unfortunately its + response to any error condition was to fail, thereby preventing the + server from starting up, even when the problem was quite harmless. + An example is that an unwritable file in the data directory would + prevent restart on some platforms; but it is common to make SSL + certificate files unwritable by the server. Revise this behavior so + that permissions failures are ignored altogether, and other types of + failures are logged but do not prevent continuing. +

    • Remove configure's check prohibiting linking to a + threaded libpython + on OpenBSD (Tom Lane) +

      The failure this restriction was meant to prevent seems to not be a + problem anymore on current OpenBSD + versions. +

    • Allow libpq to use TLS protocol versions beyond v1 + (Noah Misch) +

      For a long time, libpq was coded so that the only SSL + protocol it would allow was TLS v1. Now that newer TLS versions are + becoming popular, allow it to negotiate the highest commonly-supported + TLS version with the server. (PostgreSQL servers were + already capable of such negotiation, so no change is needed on the + server side.) This is a back-patch of a change already released in + 9.4.0. +


    PrevHomeNext
    Release 9.1UpRelease 9.0.20
    \ No newline at end of file diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/html/release-9-0-2.html postgresql-9.1-9.1.17/doc/src/sgml/html/release-9-0-2.html --- postgresql-9.1-9.1.16/doc/src/sgml/html/release-9-0-2.html 2015-05-19 23:27:12.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/html/release-9-0-2.html 2015-06-01 19:28:55.000000000 +0000 @@ -9,7 +9,7 @@ REV="MADE" HREF="mailto:pgsql-docs@postgresql.org">
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    +Release 9.1.17

    E.1. Release 9.1.17

    Release Date: 2015-06-04

    This release contains a small number of fixes from 9.1.16. + For information about new features in the 9.1 major release, see + Section E.18. +

    E.1.1. Migration to Version 9.1.17

    A dump/restore is not required for those running 9.1.X. +

    However, if you are upgrading from a version earlier than 9.1.16, + see Section E.2. +

    E.1.2. Changes

    • Avoid failures while fsync'ing data directory during + crash restart (Abhijit Menon-Sen, Tom Lane) +

      In the previous minor releases we added a patch to fsync + everything in the data directory after a crash. Unfortunately its + response to any error condition was to fail, thereby preventing the + server from starting up, even when the problem was quite harmless. + An example is that an unwritable file in the data directory would + prevent restart on some platforms; but it is common to make SSL + certificate files unwritable by the server. Revise this behavior so + that permissions failures are ignored altogether, and other types of + failures are logged but do not prevent continuing. +

    • Remove configure's check prohibiting linking to a + threaded libpython + on OpenBSD (Tom Lane) +

      The failure this restriction was meant to prevent seems to not be a + problem anymore on current OpenBSD + versions. +

    • Allow libpq to use TLS protocol versions beyond v1 + (Noah Misch) +

      For a long time, libpq was coded so that the only SSL + protocol it would allow was TLS v1. Now that newer TLS versions are + becoming popular, allow it to negotiate the highest commonly-supported + TLS version with the server. (PostgreSQL servers were + already capable of such negotiation, so no change is needed on the + server side.) This is a back-patch of a change already released in + 9.4.0. +


    PrevHomeNext
    Release NotesUpRelease 9.1.16
    \ No newline at end of file diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/html/release-9-1-1.html postgresql-9.1-9.1.17/doc/src/sgml/html/release-9-1-1.html --- postgresql-9.1-9.1.16/doc/src/sgml/html/release-9-1-1.html 2015-05-19 23:27:10.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/html/release-9-1-1.html 2015-06-01 19:28:52.000000000 +0000 @@ -9,7 +9,7 @@ REV="MADE" HREF="mailto:pgsql-docs@postgresql.org">
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 DocumentationNext
    E.1. Release 9.1.17
    E.2. Release 9.1.16
    E.2. E.3. Release 9.1.15
    E.3. E.4. Release 9.1.14
    E.4. E.5. Release 9.1.13
    E.5. E.6. Release 9.1.12
    E.6. E.7. Release 9.1.11
    E.7. E.8. Release 9.1.10
    E.8. E.9. Release 9.1.9
    E.9. E.10. Release 9.1.8
    E.10. E.11. Release 9.1.7
    E.11. E.12. Release 9.1.6
    E.12. E.13. Release 9.1.5
    E.13. E.14. Release 9.1.4
    E.14. E.15. Release 9.1.3
    E.15. E.16. Release 9.1.2
    E.16. E.17. Release 9.1.1
    E.17. E.18. Release 9.1
    E.18. E.19. Release 9.0.21
    E.20. Release 9.0.20
    E.19. E.21. Release 9.0.19
    E.20. E.22. Release 9.0.18
    E.21. E.23. Release 9.0.17
    E.22. E.24. Release 9.0.16
    E.23. E.25. Release 9.0.15
    E.24. E.26. Release 9.0.14
    E.25. E.27. Release 9.0.13
    E.26. E.28. Release 9.0.12
    E.27. E.29. Release 9.0.11
    E.28. E.30. Release 9.0.10
    E.29. E.31. Release 9.0.9
    E.30. E.32. Release 9.0.8
    E.31. E.33. Release 9.0.7
    E.32. E.34. Release 9.0.6
    E.33. E.35. Release 9.0.5
    E.34. E.36. Release 9.0.4
    E.35. E.37. Release 9.0.3
    E.36. E.38. Release 9.0.2
    E.37. E.39. Release 9.0.1
    E.38. E.40. Release 9.0
    E.39. E.41. Release 8.4.22
    E.40. E.42. Release 8.4.21
    E.41. E.43. Release 8.4.20
    E.42. E.44. Release 8.4.19
    E.43. E.45. Release 8.4.18
    E.44. E.46. Release 8.4.17
    E.45. E.47. Release 8.4.16
    E.46. E.48. Release 8.4.15
    E.47. E.49. Release 8.4.14
    E.48. E.50. Release 8.4.13
    E.49. E.51. Release 8.4.12
    E.50. E.52. Release 8.4.11
    E.51. E.53. Release 8.4.10
    E.52. E.54. Release 8.4.9
    E.53. E.55. Release 8.4.8
    E.54. E.56. Release 8.4.7
    E.55. E.57. Release 8.4.6
    E.56. E.58. Release 8.4.5
    E.57. E.59. Release 8.4.4
    E.58. E.60. Release 8.4.3
    E.59. E.61. Release 8.4.2
    E.60. E.62. Release 8.4.1
    E.61. E.63. Release 8.4
    E.62. E.64. Release 8.3.23
    E.63. E.65. Release 8.3.22
    E.64. E.66. Release 8.3.21
    E.65. E.67. Release 8.3.20
    E.66. E.68. Release 8.3.19
    E.67. E.69. Release 8.3.18
    E.68. E.70. Release 8.3.17
    E.69. E.71. Release 8.3.16
    E.70. E.72. Release 8.3.15
    E.71. E.73. Release 8.3.14
    E.72. E.74. Release 8.3.13
    E.73. E.75. Release 8.3.12
    E.74. E.76. Release 8.3.11
    E.75. E.77. Release 8.3.10
    E.76. E.78. Release 8.3.9
    E.77. E.79. Release 8.3.8
    E.78. E.80. Release 8.3.7
    E.79. E.81. Release 8.3.6
    E.80. E.82. Release 8.3.5
    E.81. E.83. Release 8.3.4
    E.82. E.84. Release 8.3.3
    E.83. E.85. Release 8.3.2
    E.84. E.86. Release 8.3.1
    E.85. E.87. Release 8.3
    E.86. E.88. Release 8.2.23
    E.87. E.89. Release 8.2.22
    E.88. E.90. Release 8.2.21
    E.89. E.91. Release 8.2.20
    E.90. E.92. Release 8.2.19
    E.91. E.93. Release 8.2.18
    E.92. E.94. Release 8.2.17
    E.93. E.95. Release 8.2.16
    E.94. E.96. Release 8.2.15
    E.95. E.97. Release 8.2.14
    E.96. E.98. Release 8.2.13
    E.97. E.99. Release 8.2.12
    E.98. E.100. Release 8.2.11
    E.99. E.101. Release 8.2.10
    E.100. E.102. Release 8.2.9
    E.101. E.103. Release 8.2.8
    E.102. E.104. Release 8.2.7
    E.103. E.105. Release 8.2.6
    E.104. E.106. Release 8.2.5
    E.105. E.107. Release 8.2.4
    E.106. E.108. Release 8.2.3
    E.107. E.109. Release 8.2.2
    E.108. E.110. Release 8.2.1
    E.109. E.111. Release 8.2
    E.110. E.112. Release 8.1.23
    E.111. E.113. Release 8.1.22
    E.112. E.114. Release 8.1.21
    E.113. E.115. Release 8.1.20
    E.114. E.116. Release 8.1.19
    E.115. E.117. Release 8.1.18
    E.116. E.118. Release 8.1.17
    E.117. E.119. Release 8.1.16
    E.118. E.120. Release 8.1.15
    E.119. E.121. Release 8.1.14
    E.120. E.122. Release 8.1.13
    E.121. E.123. Release 8.1.12
    E.122. E.124. Release 8.1.11
    E.123. E.125. Release 8.1.10
    E.124. E.126. Release 8.1.9
    E.125. E.127. Release 8.1.8
    E.126. E.128. Release 8.1.7
    E.127. E.129. Release 8.1.6
    E.128. E.130. Release 8.1.5
    E.129. E.131. Release 8.1.4
    E.130. E.132. Release 8.1.3
    E.131. E.133. Release 8.1.2
    E.132. E.134. Release 8.1.1
    E.133. E.135. Release 8.1
    E.134. E.136. Release 8.0.26
    E.135. E.137. Release 8.0.25
    E.136. E.138. Release 8.0.24
    E.137. E.139. Release 8.0.23
    E.138. E.140. Release 8.0.22
    E.139. E.141. Release 8.0.21
    E.140. E.142. Release 8.0.20
    E.141. E.143. Release 8.0.19
    E.142. E.144. Release 8.0.18
    E.143. E.145. Release 8.0.17
    E.144. E.146. Release 8.0.16
    E.145. E.147. Release 8.0.15
    E.146. E.148. Release 8.0.14
    E.147. E.149. Release 8.0.13
    E.148. E.150. Release 8.0.12
    E.149. E.151. Release 8.0.11
    E.150. E.152. Release 8.0.10
    E.151. E.153. Release 8.0.9
    E.152. E.154. Release 8.0.8
    E.153. E.155. Release 8.0.7
    E.154. E.156. Release 8.0.6
    E.155. E.157. Release 8.0.5
    E.156. E.158. Release 8.0.4
    E.157. E.159. Release 8.0.3
    E.158. E.160. Release 8.0.2
    E.159. E.161. Release 8.0.1
    E.160. E.162. Release 8.0
    E.161. E.163. Release 7.4.30
    E.162. E.164. Release 7.4.29
    E.163. E.165. Release 7.4.28
    E.164. E.166. Release 7.4.27
    E.165. E.167. Release 7.4.26
    E.166. E.168. Release 7.4.25
    E.167. E.169. Release 7.4.24
    E.168. E.170. Release 7.4.23
    E.169. E.171. Release 7.4.22
    E.170. E.172. Release 7.4.21
    E.171. E.173. Release 7.4.20
    E.172. E.174. Release 7.4.19
    E.173. E.175. Release 7.4.18
    E.174. E.176. Release 7.4.17
    E.175. E.177. Release 7.4.16
    E.176. E.178. Release 7.4.15
    E.177. E.179. Release 7.4.14
    E.178. E.180. Release 7.4.13
    E.179. E.181. Release 7.4.12
    E.180. E.182. Release 7.4.11
    E.181. E.183. Release 7.4.10
    E.182. E.184. Release 7.4.9
    E.183. E.185. Release 7.4.8
    E.184. E.186. Release 7.4.7
    E.185. E.187. Release 7.4.6
    E.186. E.188. Release 7.4.5
    E.187. E.189. Release 7.4.4
    E.188. E.190. Release 7.4.3
    E.189. E.191. Release 7.4.2
    E.190. E.192. Release 7.4.1
    E.191. E.193. Release 7.4
    E.192. E.194. Release 7.3.21
    E.193. E.195. Release 7.3.20
    E.194. E.196. Release 7.3.19
    E.195. E.197. Release 7.3.18
    E.196. E.198. Release 7.3.17
    E.197. E.199. Release 7.3.16
    E.198. E.200. Release 7.3.15
    E.199. E.201. Release 7.3.14
    E.200. E.202. Release 7.3.13
    E.201. E.203. Release 7.3.12
    E.202. E.204. Release 7.3.11
    E.203. E.205. Release 7.3.10
    E.204. E.206. Release 7.3.9
    E.205. E.207. Release 7.3.8
    E.206. E.208. Release 7.3.7
    E.207. E.209. Release 7.3.6
    E.208. E.210. Release 7.3.5
    E.209. E.211. Release 7.3.4
    E.210. E.212. Release 7.3.3
    E.211. E.213. Release 7.3.2
    E.212. E.214. Release 7.3.1
    E.213. E.215. Release 7.3
    E.214. E.216. Release 7.2.8
    E.215. E.217. Release 7.2.7
    E.216. E.218. Release 7.2.6
    E.217. E.219. Release 7.2.5
    E.218. E.220. Release 7.2.4
    E.219. E.221. Release 7.2.3
    E.220. E.222. Release 7.2.2
    E.221. E.223. Release 7.2.1
    E.222. E.224. Release 7.2
    E.223. E.225. Release 7.1.3
    E.224. E.226. Release 7.1.2
    E.225. E.227. Release 7.1.1
    E.226. E.228. Release 7.1
    E.227. E.229. Release 7.0.3
    E.228. E.230. Release 7.0.2
    E.229. E.231. Release 7.0.1
    E.230. E.232. Release 7.0
    E.231. E.233. Release 6.5.3
    E.232. E.234. Release 6.5.2
    E.233. E.235. Release 6.5.1
    E.234. E.236. Release 6.5
    E.235. E.237. Release 6.4.2
    E.236. E.238. Release 6.4.1
    E.237. E.239. Release 6.4
    E.238. E.240. Release 6.3.2
    E.239. E.241. Release 6.3.1
    E.240. E.242. Release 6.3
    E.241. E.243. Release 6.2.1
    E.242. E.244. Release 6.2
    E.243. E.245. Release 6.1.1
    E.244. E.246. Release 6.1
    E.245. E.247. Release 6.0
    E.246. E.248. Release 1.09
    E.247. E.249. Release 1.02
    E.248. E.250. Release 1.01
    E.249. E.251. Release 1.0
    E.250. E.252. Release 0.03
    E.251. E.253. Release 0.02
    E.252. E.254. NextRelease 9.1.16Release 9.1.17
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

    F.37.1. Rationale

    F.37.2. Syntax

    F.37.3. Precision

    F.37.4. Usage

    F.37.5. Notes

    F.37.6. Credits

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

    F.38.5.1. Controlled Object Classes

    F.38.5.2. DML Permissions

    F.38.5.3. DDL Permissions

    F.38.5.4. Trusted Procedures

    F.38.5.5. Miscellaneous

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL - 9.1.16. Background information can be found in Section 4.1.1. diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/html/sql-listen.html postgresql-9.1-9.1.17/doc/src/sgml/html/sql-listen.html --- postgresql-9.1-9.1.16/doc/src/sgml/html/sql-listen.html 2015-05-19 23:26:56.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/html/sql-listen.html 2015-06-01 19:28:38.000000000 +0000 @@ -9,7 +9,7 @@ REV="MADE" HREF="mailto:pgsql-docs@postgresql.org">
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

    F.40.1. Functions Provided

    F.40.2. Author

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

    F.41.1. Functions Provided

    F.41.1.1. normal_rand

    F.41.1.2. crosstab(text)

    F.41.1.3. crosstab

    F.41.1.4. crosstab(text, text)

    F.41.1.5. connectby

    F.41.2. Author

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

    F.42.1. Usage

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

    F.43.1. Portability Issues

    F.43.2. Converting a pre-8.3 Installation

    F.43.3. References

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    psql (9.1.16)
    +>psql (9.1.17)
     Type "help" for help.
     
     mydb=>
    version ----------------------------------------------------------------------- - PostgreSQL 9.1.16 on i586-pc-linux-gnu, compiled by GCC 2.96, 32-bit + PostgreSQL 9.1.17 on i586-pc-linux-gnu, compiled by GCC 2.96, 32-bit (1 row)
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

    F.44.1. Configuration

    F.44.2. Usage

    F.44.3. Functions

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16, +> 9.1.17, since this version contains bug fixes and improvements over older versions. While this advice might seem idiosyncratic since you haven't installed the new version yet, it is advisable to follow diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/html/user-manag.html postgresql-9.1-9.1.17/doc/src/sgml/html/user-manag.html --- postgresql-9.1-9.1.16/doc/src/sgml/html/user-manag.html 2015-05-19 23:26:43.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/html/user-manag.html 2015-06-01 19:28:25.000000000 +0000 @@ -9,7 +9,7 @@ REV="MADE" HREF="mailto:pgsql-docs@postgresql.org">
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

    F.45.1. uuid-ossp

    F.45.2. Author

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

    F.46.1. Usage

    F.46.2. Method

    F.46.3. Author

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

    F.47.1. Deprecation Notice

    F.47.2. Description of Functions

    F.47.3. xpath_table

    F.47.3.1. Multivalued Results

    F.47.4. XSLT Functions

    F.47.4.1. xslt_process

    F.47.5. Author

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL. The ones described here are all - the ones that release 9.1.16 understands. + the ones that release 9.1.17 understands.

    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    PostgreSQL 9.1.16 DocumentationPostgreSQL 9.1.17 Documentation
    -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CLUSTERDB" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CLUSTERDB" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/createdb.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/createdb.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/createdb.1 2015-05-19 23:28:21.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/createdb.1 2015-06-01 19:30:03.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: createdb .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATEDB" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATEDB" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/createlang.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/createlang.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/createlang.1 2015-05-19 23:28:21.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/createlang.1 2015-06-01 19:30:03.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: createlang .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATELANG" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATELANG" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/createuser.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/createuser.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/createuser.1 2015-05-19 23:28:21.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/createuser.1 2015-06-01 19:30:04.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: createuser .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATEUSER" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATEUSER" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/dropdb.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/dropdb.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/dropdb.1 2015-05-19 23:28:21.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/dropdb.1 2015-06-01 19:30:04.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dropdb .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROPDB" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROPDB" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/droplang.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/droplang.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/droplang.1 2015-05-19 23:28:22.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/droplang.1 2015-06-01 19:30:04.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: droplang .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROPLANG" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROPLANG" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/dropuser.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/dropuser.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/dropuser.1 2015-05-19 23:28:22.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/dropuser.1 2015-06-01 19:30:04.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dropuser .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROPUSER" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROPUSER" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/ecpg.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/ecpg.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/ecpg.1 2015-05-19 23:28:22.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/ecpg.1 2015-06-01 19:30:05.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ecpg .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ECPG" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ECPG" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/initdb.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/initdb.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/initdb.1 2015-05-19 23:28:26.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/initdb.1 2015-06-01 19:30:09.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: initdb .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "INITDB" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "INITDB" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_basebackup.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_basebackup.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_basebackup.1 2015-05-19 23:28:22.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_basebackup.1 2015-06-01 19:30:05.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: pg_basebackup .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "PG_BASEBACKUP" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "PG_BASEBACKUP" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_config.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_config.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_config.1 2015-05-19 23:28:23.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_config.1 2015-06-01 19:30:05.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: pg_config .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "PG_CONFIG" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "PG_CONFIG" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_controldata.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_controldata.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_controldata.1 2015-05-19 23:28:26.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_controldata.1 2015-06-01 19:30:09.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: pg_controldata .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "PG_CONTROLDATA" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "PG_CONTROLDATA" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_ctl.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_ctl.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_ctl.1 2015-05-19 23:28:26.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_ctl.1 2015-06-01 19:30:09.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: pg_ctl .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "PG_CTL" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "PG_CTL" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_dump.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_dump.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_dump.1 2015-05-19 23:28:23.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_dump.1 2015-06-01 19:30:06.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: pg_dump .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "PG_DUMP" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "PG_DUMP" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_dumpall.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_dumpall.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_dumpall.1 2015-05-19 23:28:23.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_dumpall.1 2015-06-01 19:30:06.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: pg_dumpall .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "PG_DUMPALL" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "PG_DUMPALL" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_resetxlog.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_resetxlog.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_resetxlog.1 2015-05-19 23:28:27.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_resetxlog.1 2015-06-01 19:30:09.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: pg_resetxlog .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "PG_RESETXLOG" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "PG_RESETXLOG" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_restore.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_restore.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/pg_restore.1 2015-05-19 23:28:24.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/pg_restore.1 2015-06-01 19:30:06.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: pg_restore .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "PG_RESTORE" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "PG_RESTORE" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/postgres.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/postgres.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/postgres.1 2015-05-19 23:28:27.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/postgres.1 2015-06-01 19:30:10.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: postgres .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "POSTGRES" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "POSTGRES" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/postmaster.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/postmaster.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/postmaster.1 2015-05-19 23:28:27.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/postmaster.1 2015-06-01 19:30:10.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: postmaster .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "POSTMASTER" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "POSTMASTER" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/psql.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/psql.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/psql.1 2015-05-19 23:28:25.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/psql.1 2015-06-01 19:30:07.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: psql .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "PSQL" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "PSQL" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -461,7 +461,7 @@ .\} .nf $ \fBpsql testdb\fR -psql (9\&.1\&.16) +psql (9\&.1\&.17) Type "help" for help\&. testdb=> @@ -2775,7 +2775,7 @@ file can be made version\-specific by appending a dash and the PostgreSQL release number, for example -~/\&.psqlrc\-9\&.1\&.16\&. A matching version\-specific file will be read in preference to a non\-version\-specific file\&. +~/\&.psqlrc\-9\&.1\&.17\&. A matching version\-specific file will be read in preference to a non\-version\-specific file\&. .RE .sp .RS 4 diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/reindexdb.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/reindexdb.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/reindexdb.1 2015-05-19 23:28:25.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/reindexdb.1 2015-06-01 19:30:08.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: reindexdb .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "REINDEXDB" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "REINDEXDB" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man1/vacuumdb.1 postgresql-9.1-9.1.17/doc/src/sgml/man1/vacuumdb.1 --- postgresql-9.1-9.1.16/doc/src/sgml/man1/vacuumdb.1 2015-05-19 23:28:26.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man1/vacuumdb.1 2015-06-01 19:30:08.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: vacuumdb .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "VACUUMDB" "1" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "VACUUMDB" "1" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink.3 2015-05-19 23:28:28.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink.3 2015-06-01 19:30:10.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_build_sql_delete.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_build_sql_delete.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_build_sql_delete.3 2015-05-19 23:28:30.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_build_sql_delete.3 2015-06-01 19:30:13.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_build_sql_delete .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_BUILD_SQL_DELETE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_BUILD_SQL_DELETE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_build_sql_insert.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_build_sql_insert.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_build_sql_insert.3 2015-05-19 23:28:30.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_build_sql_insert.3 2015-06-01 19:30:13.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_build_sql_insert .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_BUILD_SQL_INSERT" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_BUILD_SQL_INSERT" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_build_sql_update.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_build_sql_update.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_build_sql_update.3 2015-05-19 23:28:30.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_build_sql_update.3 2015-06-01 19:30:13.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_build_sql_update .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_BUILD_SQL_UPDATE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_BUILD_SQL_UPDATE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_cancel_query.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_cancel_query.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_cancel_query.3 2015-05-19 23:28:30.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_cancel_query.3 2015-06-01 19:30:12.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_cancel_query .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_CANCEL_QUERY" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_CANCEL_QUERY" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_close.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_close.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_close.3 2015-05-19 23:28:29.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_close.3 2015-06-01 19:30:11.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_close .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_CLOSE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_CLOSE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_connect.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_connect.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_connect.3 2015-05-19 23:28:27.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_connect.3 2015-06-01 19:30:10.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_connect .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_CONNECT" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_CONNECT" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_connect_u.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_connect_u.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_connect_u.3 2015-05-19 23:28:28.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_connect_u.3 2015-06-01 19:30:10.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_connect_u .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_CONNECT_U" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_CONNECT_U" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_disconnect.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_disconnect.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_disconnect.3 2015-05-19 23:28:28.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_disconnect.3 2015-06-01 19:30:10.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_disconnect .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_DISCONNECT" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_DISCONNECT" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_error_message.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_error_message.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_error_message.3 2015-05-19 23:28:29.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_error_message.3 2015-06-01 19:30:11.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_error_message .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_ERROR_MESSAGE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_ERROR_MESSAGE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_exec.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_exec.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_exec.3 2015-05-19 23:28:28.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_exec.3 2015-06-01 19:30:11.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_exec .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_EXEC" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_EXEC" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_fetch.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_fetch.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_fetch.3 2015-05-19 23:28:28.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_fetch.3 2015-06-01 19:30:11.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_fetch .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_FETCH" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_FETCH" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_get_connections.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_get_connections.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_get_connections.3 2015-05-19 23:28:29.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_get_connections.3 2015-06-01 19:30:11.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_get_connections .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_GET_CONNECTIONS" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_GET_CONNECTIONS" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_get_notify.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_get_notify.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_get_notify.3 2015-05-19 23:28:29.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_get_notify.3 2015-06-01 19:30:12.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_get_notify .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_GET_NOTIFY" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_GET_NOTIFY" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_get_pkey.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_get_pkey.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_get_pkey.3 2015-05-19 23:28:30.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_get_pkey.3 2015-06-01 19:30:12.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_get_pkey .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_GET_PKEY" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_GET_PKEY" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_get_result.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_get_result.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_get_result.3 2015-05-19 23:28:30.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_get_result.3 2015-06-01 19:30:12.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_get_result .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_GET_RESULT" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_GET_RESULT" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_is_busy.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_is_busy.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_is_busy.3 2015-05-19 23:28:29.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_is_busy.3 2015-06-01 19:30:12.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_is_busy .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_IS_BUSY" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_IS_BUSY" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_open.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_open.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_open.3 2015-05-19 23:28:28.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_open.3 2015-06-01 19:30:11.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_open .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_OPEN" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_OPEN" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_send_query.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_send_query.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/dblink_send_query.3 2015-05-19 23:28:29.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/dblink_send_query.3 2015-06-01 19:30:12.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: dblink_send_query .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DBLINK_SEND_QUERY" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DBLINK_SEND_QUERY" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_connect.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_connect.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_connect.3 2015-05-19 23:27:42.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_connect.3 2015-06-01 19:29:24.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_connect .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_CONNECT" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_CONNECT" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_copytuple.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_copytuple.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_copytuple.3 2015-05-19 23:27:47.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_copytuple.3 2015-06-01 19:29:30.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_copytuple .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_COPYTUPLE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_COPYTUPLE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_cursor_close.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_cursor_close.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_cursor_close.3 2015-05-19 23:27:45.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_cursor_close.3 2015-06-01 19:29:28.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_cursor_close .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_CURSOR_CLOSE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_CURSOR_CLOSE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_cursor_fetch.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_cursor_fetch.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_cursor_fetch.3 2015-05-19 23:27:45.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_cursor_fetch.3 2015-06-01 19:29:27.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_cursor_fetch .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_CURSOR_FETCH" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_CURSOR_FETCH" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_cursor_find.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_cursor_find.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_cursor_find.3 2015-05-19 23:27:45.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_cursor_find.3 2015-06-01 19:29:27.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_cursor_find .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_CURSOR_FIND" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_CURSOR_FIND" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_cursor_move.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_cursor_move.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_cursor_move.3 2015-05-19 23:27:45.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_cursor_move.3 2015-06-01 19:29:27.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_cursor_move .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_CURSOR_MOVE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_CURSOR_MOVE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_cursor_open.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_cursor_open.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_cursor_open.3 2015-05-19 23:27:44.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_cursor_open.3 2015-06-01 19:29:26.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_cursor_open .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_CURSOR_OPEN" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_CURSOR_OPEN" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_cursor_open_with_args.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_cursor_open_with_args.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_cursor_open_with_args.3 2015-05-19 23:27:44.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_cursor_open_with_args.3 2015-06-01 19:29:27.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_cursor_open_with_args .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_CURSOR_OPEN_WITH_ARGS" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_CURSOR_OPEN_WITH_ARGS" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_cursor_open_with_paramlist.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_cursor_open_with_paramlist.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_cursor_open_with_paramlist.3 2015-05-19 23:27:44.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_cursor_open_with_paramlist.3 2015-06-01 19:29:27.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_cursor_open_with_paramlist .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_CURSOR_OPEN_WITH_PARAMLIST" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_CURSOR_OPEN_WITH_PARAMLIST" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_exec.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_exec.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_exec.3 2015-05-19 23:27:42.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_exec.3 2015-06-01 19:29:25.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_exec .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_EXEC" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_EXEC" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_execp.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_execp.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_execp.3 2015-05-19 23:27:44.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_execp.3 2015-06-01 19:29:26.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_execp .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_EXECP" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_EXECP" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_execute.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_execute.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_execute.3 2015-05-19 23:27:42.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_execute.3 2015-06-01 19:29:25.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_execute .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_EXECUTE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_EXECUTE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_execute_plan.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_execute_plan.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_execute_plan.3 2015-05-19 23:27:44.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_execute_plan.3 2015-06-01 19:29:26.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_execute_plan .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_EXECUTE_PLAN" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_EXECUTE_PLAN" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_execute_plan_with_paramlist.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_execute_plan_with_paramlist.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_execute_plan_with_paramlist.3 2015-05-19 23:27:44.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_execute_plan_with_paramlist.3 2015-06-01 19:29:26.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_execute_plan_with_paramlist .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_EXECUTE_PLAN_WITH_PARAMLIST" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_EXECUTE_PLAN_WITH_PARAMLIST" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_execute_with_args.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_execute_with_args.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_execute_with_args.3 2015-05-19 23:27:43.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_execute_with_args.3 2015-06-01 19:29:25.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_execute_with_args .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_EXECUTE_WITH_ARGS" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_EXECUTE_WITH_ARGS" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_finish.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_finish.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_finish.3 2015-05-19 23:27:42.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_finish.3 2015-06-01 19:29:24.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_finish .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_FINISH" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_FINISH" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_fname.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_fname.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_fname.3 2015-05-19 23:27:46.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_fname.3 2015-06-01 19:29:28.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_fname .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_FNAME" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_FNAME" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_fnumber.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_fnumber.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_fnumber.3 2015-05-19 23:27:46.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_fnumber.3 2015-06-01 19:29:28.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_fnumber .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_FNUMBER" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_FNUMBER" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_freeplan.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_freeplan.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_freeplan.3 2015-05-19 23:27:48.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_freeplan.3 2015-06-01 19:29:30.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_freeplan .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_FREEPLAN" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_FREEPLAN" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_freetuple.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_freetuple.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_freetuple.3 2015-05-19 23:27:48.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_freetuple.3 2015-06-01 19:29:30.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_freetuple .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_FREETUPLE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_FREETUPLE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_freetuptable.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_freetuptable.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_freetuptable.3 2015-05-19 23:27:48.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_freetuptable.3 2015-06-01 19:29:30.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_freetuptable .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_FREETUPTABLE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_FREETUPTABLE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_getargcount.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_getargcount.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_getargcount.3 2015-05-19 23:27:43.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_getargcount.3 2015-06-01 19:29:25.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_getargcount .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_GETARGCOUNT" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_GETARGCOUNT" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_getargtypeid.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_getargtypeid.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_getargtypeid.3 2015-05-19 23:27:43.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_getargtypeid.3 2015-06-01 19:29:26.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_getargtypeid .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_GETARGTYPEID" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_GETARGTYPEID" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_getbinval.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_getbinval.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_getbinval.3 2015-05-19 23:27:46.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_getbinval.3 2015-06-01 19:29:28.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_getbinval .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_GETBINVAL" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_GETBINVAL" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_getnspname.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_getnspname.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_getnspname.3 2015-05-19 23:27:47.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_getnspname.3 2015-06-01 19:29:29.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_getnspname .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_GETNSPNAME" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_GETNSPNAME" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_getrelname.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_getrelname.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_getrelname.3 2015-05-19 23:27:47.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_getrelname.3 2015-06-01 19:29:29.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_getrelname .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_GETRELNAME" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_GETRELNAME" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_gettype.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_gettype.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_gettype.3 2015-05-19 23:27:46.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_gettype.3 2015-06-01 19:29:29.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_gettype .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_GETTYPE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_GETTYPE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_gettypeid.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_gettypeid.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_gettypeid.3 2015-05-19 23:27:46.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_gettypeid.3 2015-06-01 19:29:29.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_gettypeid .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_GETTYPEID" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_GETTYPEID" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_getvalue.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_getvalue.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_getvalue.3 2015-05-19 23:27:46.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_getvalue.3 2015-06-01 19:29:28.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_getvalue .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_GETVALUE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_GETVALUE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_is_cursor_plan.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_is_cursor_plan.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_is_cursor_plan.3 2015-05-19 23:27:44.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_is_cursor_plan.3 2015-06-01 19:29:26.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_is_cursor_plan .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_IS_CURSOR_PLAN" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_IS_CURSOR_PLAN" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_modifytuple.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_modifytuple.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_modifytuple.3 2015-05-19 23:27:48.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_modifytuple.3 2015-06-01 19:29:30.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_modifytuple .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_MODIFYTUPLE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_MODIFYTUPLE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_palloc.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_palloc.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_palloc.3 2015-05-19 23:27:47.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_palloc.3 2015-06-01 19:29:29.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_palloc .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_PALLOC" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_PALLOC" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_pfree.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_pfree.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_pfree.3 2015-05-19 23:27:47.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_pfree.3 2015-06-01 19:29:30.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_pfree .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_PFREE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_PFREE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_pop.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_pop.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_pop.3 2015-05-19 23:27:42.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_pop.3 2015-06-01 19:29:24.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_pop .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_POP" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_POP" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_prepare.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_prepare.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_prepare.3 2015-05-19 23:27:43.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_prepare.3 2015-06-01 19:29:25.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_prepare .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_PREPARE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_PREPARE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_prepare_cursor.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_prepare_cursor.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_prepare_cursor.3 2015-05-19 23:27:43.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_prepare_cursor.3 2015-06-01 19:29:25.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_prepare_cursor .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_PREPARE_CURSOR" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_PREPARE_CURSOR" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_prepare_params.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_prepare_params.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_prepare_params.3 2015-05-19 23:27:43.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_prepare_params.3 2015-06-01 19:29:25.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_prepare_params .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_PREPARE_PARAMS" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_PREPARE_PARAMS" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_push.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_push.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_push.3 2015-05-19 23:27:42.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_push.3 2015-06-01 19:29:24.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_push .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_PUSH" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_PUSH" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_repalloc.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_repalloc.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_repalloc.3 2015-05-19 23:27:47.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_repalloc.3 2015-06-01 19:29:29.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_repalloc .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_REPALLOC" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_REPALLOC" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_returntuple.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_returntuple.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_returntuple.3 2015-05-19 23:27:48.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_returntuple.3 2015-06-01 19:29:30.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_returntuple .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_RETURNTUPLE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_RETURNTUPLE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_saveplan.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_saveplan.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_saveplan.3 2015-05-19 23:27:46.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_saveplan.3 2015-06-01 19:29:28.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_saveplan .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_SAVEPLAN" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_SAVEPLAN" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_scroll_cursor_fetch.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_scroll_cursor_fetch.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_scroll_cursor_fetch.3 2015-05-19 23:27:45.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_scroll_cursor_fetch.3 2015-06-01 19:29:27.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_scroll_cursor_fetch .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_SCROLL_CURSOR_FETCH" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_SCROLL_CURSOR_FETCH" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_scroll_cursor_move.3 postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_scroll_cursor_move.3 --- postgresql-9.1-9.1.16/doc/src/sgml/man3/SPI_scroll_cursor_move.3 2015-05-19 23:27:45.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man3/SPI_scroll_cursor_move.3 2015-06-01 19:29:28.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SPI_scroll_cursor_move .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SPI_SCROLL_CURSOR_MOVE" "3" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SPI_SCROLL_CURSOR_MOVE" "3" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ABORT.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ABORT.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ABORT.7 2015-05-19 23:27:48.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ABORT.7 2015-06-01 19:29:31.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ABORT .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ABORT" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ABORT" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_AGGREGATE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_AGGREGATE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_AGGREGATE.7 2015-05-19 23:27:48.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_AGGREGATE.7 2015-06-01 19:29:31.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER AGGREGATE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER AGGREGATE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER AGGREGATE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_COLLATION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_COLLATION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_COLLATION.7 2015-05-19 23:27:49.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_COLLATION.7 2015-06-01 19:29:31.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER COLLATION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER COLLATION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER COLLATION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_CONVERSION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_CONVERSION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_CONVERSION.7 2015-05-19 23:27:49.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_CONVERSION.7 2015-06-01 19:29:31.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER CONVERSION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER CONVERSION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER CONVERSION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_DATABASE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_DATABASE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_DATABASE.7 2015-05-19 23:27:49.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_DATABASE.7 2015-06-01 19:29:31.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER DATABASE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER DATABASE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER DATABASE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_DEFAULT_PRIVILEGES.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_DEFAULT_PRIVILEGES.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_DEFAULT_PRIVILEGES.7 2015-05-19 23:27:49.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_DEFAULT_PRIVILEGES.7 2015-06-01 19:29:31.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER DEFAULT PRIVILEGES .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER DEFAULT PRIVILEGES" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER DEFAULT PRIVILEGES" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_DOMAIN.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_DOMAIN.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_DOMAIN.7 2015-05-19 23:27:49.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_DOMAIN.7 2015-06-01 19:29:32.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER DOMAIN .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER DOMAIN" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER DOMAIN" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_EXTENSION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_EXTENSION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_EXTENSION.7 2015-05-19 23:27:50.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_EXTENSION.7 2015-06-01 19:29:32.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER EXTENSION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER EXTENSION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER EXTENSION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_FOREIGN_DATA_WRAPPER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_FOREIGN_DATA_WRAPPER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_FOREIGN_DATA_WRAPPER.7 2015-05-19 23:27:50.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_FOREIGN_DATA_WRAPPER.7 2015-06-01 19:29:32.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER FOREIGN DATA WRAPPER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER FOREIGN DATA WRAPPER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER FOREIGN DATA WRAPPER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_FOREIGN_TABLE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_FOREIGN_TABLE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_FOREIGN_TABLE.7 2015-05-19 23:27:50.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_FOREIGN_TABLE.7 2015-06-01 19:29:32.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER FOREIGN TABLE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER FOREIGN TABLE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER FOREIGN TABLE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_FUNCTION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_FUNCTION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_FUNCTION.7 2015-05-19 23:27:50.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_FUNCTION.7 2015-06-01 19:29:32.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER FUNCTION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER FUNCTION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER FUNCTION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_GROUP.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_GROUP.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_GROUP.7 2015-05-19 23:27:50.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_GROUP.7 2015-06-01 19:29:33.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER GROUP .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER GROUP" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER GROUP" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_INDEX.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_INDEX.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_INDEX.7 2015-05-19 23:27:50.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_INDEX.7 2015-06-01 19:29:33.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER INDEX .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER INDEX" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER INDEX" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_LANGUAGE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_LANGUAGE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_LANGUAGE.7 2015-05-19 23:27:51.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_LANGUAGE.7 2015-06-01 19:29:33.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER LANGUAGE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER LANGUAGE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER LANGUAGE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_LARGE_OBJECT.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_LARGE_OBJECT.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_LARGE_OBJECT.7 2015-05-19 23:27:51.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_LARGE_OBJECT.7 2015-06-01 19:29:33.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER LARGE OBJECT .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER LARGE OBJECT" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER LARGE OBJECT" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_OPERATOR.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_OPERATOR.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_OPERATOR.7 2015-05-19 23:27:51.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_OPERATOR.7 2015-06-01 19:29:33.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER OPERATOR .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER OPERATOR" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER OPERATOR" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_OPERATOR_CLASS.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_OPERATOR_CLASS.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_OPERATOR_CLASS.7 2015-05-19 23:27:51.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_OPERATOR_CLASS.7 2015-06-01 19:29:33.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER OPERATOR CLASS .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER OPERATOR CLASS" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER OPERATOR CLASS" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_OPERATOR_FAMILY.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_OPERATOR_FAMILY.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_OPERATOR_FAMILY.7 2015-05-19 23:27:51.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_OPERATOR_FAMILY.7 2015-06-01 19:29:34.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER OPERATOR FAMILY .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER OPERATOR FAMILY" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER OPERATOR FAMILY" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_ROLE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_ROLE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_ROLE.7 2015-05-19 23:27:52.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_ROLE.7 2015-06-01 19:29:34.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER ROLE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER ROLE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER ROLE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_SCHEMA.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_SCHEMA.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_SCHEMA.7 2015-05-19 23:27:52.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_SCHEMA.7 2015-06-01 19:29:34.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER SCHEMA .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER SCHEMA" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER SCHEMA" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_SEQUENCE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_SEQUENCE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_SEQUENCE.7 2015-05-19 23:27:52.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_SEQUENCE.7 2015-06-01 19:29:34.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER SEQUENCE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER SEQUENCE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER SEQUENCE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_SERVER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_SERVER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_SERVER.7 2015-05-19 23:27:52.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_SERVER.7 2015-06-01 19:29:34.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER SERVER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER SERVER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER SERVER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TABLE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TABLE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TABLE.7 2015-05-19 23:27:53.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TABLE.7 2015-06-01 19:29:35.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER TABLE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER TABLE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER TABLE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TABLESPACE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TABLESPACE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TABLESPACE.7 2015-05-19 23:27:53.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TABLESPACE.7 2015-06-01 19:29:35.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER TABLESPACE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER TABLESPACE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER TABLESPACE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7 2015-05-19 23:27:53.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7 2015-06-01 19:29:35.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER TEXT SEARCH CONFIGURATION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER TEXT SEARCH CONFIGURATION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER TEXT SEARCH CONFIGURATION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TEXT_SEARCH_DICTIONARY.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TEXT_SEARCH_DICTIONARY.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TEXT_SEARCH_DICTIONARY.7 2015-05-19 23:27:53.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TEXT_SEARCH_DICTIONARY.7 2015-06-01 19:29:35.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER TEXT SEARCH DICTIONARY .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER TEXT SEARCH DICTIONARY" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER TEXT SEARCH DICTIONARY" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TEXT_SEARCH_PARSER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TEXT_SEARCH_PARSER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TEXT_SEARCH_PARSER.7 2015-05-19 23:27:53.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TEXT_SEARCH_PARSER.7 2015-06-01 19:29:36.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER TEXT SEARCH PARSER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER TEXT SEARCH PARSER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER TEXT SEARCH PARSER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TEXT_SEARCH_TEMPLATE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TEXT_SEARCH_TEMPLATE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TEXT_SEARCH_TEMPLATE.7 2015-05-19 23:27:53.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TEXT_SEARCH_TEMPLATE.7 2015-06-01 19:29:36.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER TEXT SEARCH TEMPLATE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER TEXT SEARCH TEMPLATE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER TEXT SEARCH TEMPLATE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TRIGGER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TRIGGER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TRIGGER.7 2015-05-19 23:27:54.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TRIGGER.7 2015-06-01 19:29:36.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER TRIGGER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER TRIGGER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER TRIGGER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TYPE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TYPE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_TYPE.7 2015-05-19 23:27:54.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_TYPE.7 2015-06-01 19:29:36.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER TYPE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER TYPE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER TYPE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_USER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_USER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_USER.7 2015-05-19 23:27:54.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_USER.7 2015-06-01 19:29:36.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER USER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER USER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER USER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_USER_MAPPING.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_USER_MAPPING.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_USER_MAPPING.7 2015-05-19 23:27:54.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_USER_MAPPING.7 2015-06-01 19:29:36.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER USER MAPPING .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER USER MAPPING" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER USER MAPPING" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_VIEW.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_VIEW.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ALTER_VIEW.7 2015-05-19 23:27:54.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ALTER_VIEW.7 2015-06-01 19:29:37.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ALTER VIEW .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ALTER VIEW" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ALTER VIEW" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ANALYZE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ANALYZE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ANALYZE.7 2015-05-19 23:27:55.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ANALYZE.7 2015-06-01 19:29:37.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ANALYZE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ANALYZE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ANALYZE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/BEGIN.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/BEGIN.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/BEGIN.7 2015-05-19 23:27:55.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/BEGIN.7 2015-06-01 19:29:37.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: BEGIN .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "BEGIN" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "BEGIN" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CHECKPOINT.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CHECKPOINT.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CHECKPOINT.7 2015-05-19 23:27:55.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CHECKPOINT.7 2015-06-01 19:29:37.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CHECKPOINT .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CHECKPOINT" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CHECKPOINT" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CLOSE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CLOSE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CLOSE.7 2015-05-19 23:27:55.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CLOSE.7 2015-06-01 19:29:38.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CLOSE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CLOSE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CLOSE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CLUSTER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CLUSTER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CLUSTER.7 2015-05-19 23:27:55.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CLUSTER.7 2015-06-01 19:29:38.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CLUSTER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CLUSTER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CLUSTER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/COMMENT.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/COMMENT.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/COMMENT.7 2015-05-19 23:27:56.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/COMMENT.7 2015-06-01 19:29:38.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: COMMENT .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "COMMENT" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "COMMENT" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/COMMIT.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/COMMIT.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/COMMIT.7 2015-05-19 23:27:56.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/COMMIT.7 2015-06-01 19:29:38.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: COMMIT .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "COMMIT" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "COMMIT" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/COMMIT_PREPARED.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/COMMIT_PREPARED.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/COMMIT_PREPARED.7 2015-05-19 23:27:56.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/COMMIT_PREPARED.7 2015-06-01 19:29:38.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: COMMIT PREPARED .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "COMMIT PREPARED" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "COMMIT PREPARED" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/COPY.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/COPY.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/COPY.7 2015-05-19 23:27:56.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/COPY.7 2015-06-01 19:29:39.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: COPY .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "COPY" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "COPY" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_AGGREGATE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_AGGREGATE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_AGGREGATE.7 2015-05-19 23:27:56.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_AGGREGATE.7 2015-06-01 19:29:39.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE AGGREGATE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE AGGREGATE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE AGGREGATE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_CAST.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_CAST.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_CAST.7 2015-05-19 23:27:57.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_CAST.7 2015-06-01 19:29:39.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE CAST .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE CAST" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE CAST" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_COLLATION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_COLLATION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_COLLATION.7 2015-05-19 23:27:57.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_COLLATION.7 2015-06-01 19:29:39.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE COLLATION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE COLLATION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE COLLATION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_CONVERSION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_CONVERSION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_CONVERSION.7 2015-05-19 23:27:57.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_CONVERSION.7 2015-06-01 19:29:39.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE CONVERSION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE CONVERSION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE CONVERSION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_DATABASE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_DATABASE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_DATABASE.7 2015-05-19 23:27:57.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_DATABASE.7 2015-06-01 19:29:40.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE DATABASE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE DATABASE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE DATABASE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_DOMAIN.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_DOMAIN.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_DOMAIN.7 2015-05-19 23:27:57.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_DOMAIN.7 2015-06-01 19:29:40.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE DOMAIN .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE DOMAIN" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE DOMAIN" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_EXTENSION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_EXTENSION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_EXTENSION.7 2015-05-19 23:27:58.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_EXTENSION.7 2015-06-01 19:29:40.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE EXTENSION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE EXTENSION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE EXTENSION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_FOREIGN_DATA_WRAPPER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_FOREIGN_DATA_WRAPPER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_FOREIGN_DATA_WRAPPER.7 2015-05-19 23:27:58.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_FOREIGN_DATA_WRAPPER.7 2015-06-01 19:29:41.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE FOREIGN DATA WRAPPER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE FOREIGN DATA WRAPPER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE FOREIGN DATA WRAPPER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_FOREIGN_TABLE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_FOREIGN_TABLE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_FOREIGN_TABLE.7 2015-05-19 23:27:58.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_FOREIGN_TABLE.7 2015-06-01 19:29:41.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE FOREIGN TABLE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE FOREIGN TABLE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE FOREIGN TABLE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_FUNCTION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_FUNCTION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_FUNCTION.7 2015-05-19 23:27:59.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_FUNCTION.7 2015-06-01 19:29:41.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE FUNCTION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE FUNCTION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE FUNCTION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_GROUP.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_GROUP.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_GROUP.7 2015-05-19 23:27:59.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_GROUP.7 2015-06-01 19:29:41.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE GROUP .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE GROUP" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE GROUP" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_INDEX.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_INDEX.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_INDEX.7 2015-05-19 23:28:00.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_INDEX.7 2015-06-01 19:29:42.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE INDEX .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE INDEX" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE INDEX" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_LANGUAGE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_LANGUAGE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_LANGUAGE.7 2015-05-19 23:28:00.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_LANGUAGE.7 2015-06-01 19:29:42.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE LANGUAGE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE LANGUAGE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE LANGUAGE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_OPERATOR.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_OPERATOR.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_OPERATOR.7 2015-05-19 23:28:00.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_OPERATOR.7 2015-06-01 19:29:43.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE OPERATOR .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE OPERATOR" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE OPERATOR" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_OPERATOR_CLASS.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_OPERATOR_CLASS.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_OPERATOR_CLASS.7 2015-05-19 23:28:01.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_OPERATOR_CLASS.7 2015-06-01 19:29:43.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE OPERATOR CLASS .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE OPERATOR CLASS" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE OPERATOR CLASS" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_OPERATOR_FAMILY.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_OPERATOR_FAMILY.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_OPERATOR_FAMILY.7 2015-05-19 23:28:01.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_OPERATOR_FAMILY.7 2015-06-01 19:29:43.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE OPERATOR FAMILY .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE OPERATOR FAMILY" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE OPERATOR FAMILY" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_ROLE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_ROLE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_ROLE.7 2015-05-19 23:28:01.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_ROLE.7 2015-06-01 19:29:44.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE ROLE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE ROLE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE ROLE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_RULE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_RULE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_RULE.7 2015-05-19 23:28:01.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_RULE.7 2015-06-01 19:29:44.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE RULE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE RULE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE RULE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_SCHEMA.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_SCHEMA.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_SCHEMA.7 2015-05-19 23:28:02.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_SCHEMA.7 2015-06-01 19:29:44.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE SCHEMA .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE SCHEMA" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE SCHEMA" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_SEQUENCE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_SEQUENCE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_SEQUENCE.7 2015-05-19 23:28:02.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_SEQUENCE.7 2015-06-01 19:29:44.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE SEQUENCE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE SEQUENCE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE SEQUENCE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_SERVER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_SERVER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_SERVER.7 2015-05-19 23:28:02.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_SERVER.7 2015-06-01 19:29:44.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE SERVER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE SERVER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE SERVER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TABLE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TABLE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TABLE.7 2015-05-19 23:28:03.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TABLE.7 2015-06-01 19:29:45.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE TABLE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE TABLE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE TABLE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TABLE_AS.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TABLE_AS.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TABLE_AS.7 2015-05-19 23:28:03.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TABLE_AS.7 2015-06-01 19:29:46.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE TABLE AS .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE TABLE AS" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE TABLE AS" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TABLESPACE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TABLESPACE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TABLESPACE.7 2015-05-19 23:28:03.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TABLESPACE.7 2015-06-01 19:29:46.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE TABLESPACE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE TABLESPACE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE TABLESPACE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7 2015-05-19 23:28:03.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7 2015-06-01 19:29:46.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE TEXT SEARCH CONFIGURATION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE TEXT SEARCH CONFIGURATION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE TEXT SEARCH CONFIGURATION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TEXT_SEARCH_DICTIONARY.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TEXT_SEARCH_DICTIONARY.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TEXT_SEARCH_DICTIONARY.7 2015-05-19 23:28:04.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TEXT_SEARCH_DICTIONARY.7 2015-06-01 19:29:46.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE TEXT SEARCH DICTIONARY .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE TEXT SEARCH DICTIONARY" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE TEXT SEARCH DICTIONARY" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TEXT_SEARCH_PARSER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TEXT_SEARCH_PARSER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TEXT_SEARCH_PARSER.7 2015-05-19 23:28:04.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TEXT_SEARCH_PARSER.7 2015-06-01 19:29:46.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE TEXT SEARCH PARSER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE TEXT SEARCH PARSER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE TEXT SEARCH PARSER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TEXT_SEARCH_TEMPLATE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TEXT_SEARCH_TEMPLATE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TEXT_SEARCH_TEMPLATE.7 2015-05-19 23:28:04.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TEXT_SEARCH_TEMPLATE.7 2015-06-01 19:29:46.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE TEXT SEARCH TEMPLATE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE TEXT SEARCH TEMPLATE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE TEXT SEARCH TEMPLATE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TRIGGER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TRIGGER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TRIGGER.7 2015-05-19 23:28:04.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TRIGGER.7 2015-06-01 19:29:47.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE TRIGGER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE TRIGGER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE TRIGGER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TYPE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TYPE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_TYPE.7 2015-05-19 23:28:05.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_TYPE.7 2015-06-01 19:29:47.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE TYPE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE TYPE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE TYPE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_USER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_USER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_USER.7 2015-05-19 23:28:05.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_USER.7 2015-06-01 19:29:47.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE USER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE USER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE USER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_USER_MAPPING.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_USER_MAPPING.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_USER_MAPPING.7 2015-05-19 23:28:05.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_USER_MAPPING.7 2015-06-01 19:29:48.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE USER MAPPING .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE USER MAPPING" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE USER MAPPING" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_VIEW.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_VIEW.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/CREATE_VIEW.7 2015-05-19 23:28:05.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/CREATE_VIEW.7 2015-06-01 19:29:48.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: CREATE VIEW .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "CREATE VIEW" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "CREATE VIEW" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DEALLOCATE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DEALLOCATE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DEALLOCATE.7 2015-05-19 23:28:06.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DEALLOCATE.7 2015-06-01 19:29:48.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DEALLOCATE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DEALLOCATE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DEALLOCATE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DECLARE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DECLARE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DECLARE.7 2015-05-19 23:28:06.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DECLARE.7 2015-06-01 19:29:48.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DECLARE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DECLARE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DECLARE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DELETE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DELETE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DELETE.7 2015-05-19 23:28:06.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DELETE.7 2015-06-01 19:29:49.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DELETE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DELETE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DELETE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DISCARD.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DISCARD.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DISCARD.7 2015-05-19 23:28:06.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DISCARD.7 2015-06-01 19:29:49.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DISCARD .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DISCARD" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DISCARD" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DO.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DO.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DO.7 2015-05-19 23:28:06.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DO.7 2015-06-01 19:29:49.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DO .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DO" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DO" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_AGGREGATE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_AGGREGATE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_AGGREGATE.7 2015-05-19 23:28:07.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_AGGREGATE.7 2015-06-01 19:29:49.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP AGGREGATE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP AGGREGATE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP AGGREGATE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_CAST.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_CAST.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_CAST.7 2015-05-19 23:28:07.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_CAST.7 2015-06-01 19:29:49.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP CAST .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP CAST" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP CAST" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_COLLATION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_COLLATION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_COLLATION.7 2015-05-19 23:28:07.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_COLLATION.7 2015-06-01 19:29:49.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP COLLATION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP COLLATION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP COLLATION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_CONVERSION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_CONVERSION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_CONVERSION.7 2015-05-19 23:28:07.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_CONVERSION.7 2015-06-01 19:29:49.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP CONVERSION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP CONVERSION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP CONVERSION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_DATABASE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_DATABASE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_DATABASE.7 2015-05-19 23:28:07.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_DATABASE.7 2015-06-01 19:29:50.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP DATABASE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP DATABASE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP DATABASE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_DOMAIN.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_DOMAIN.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_DOMAIN.7 2015-05-19 23:28:07.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_DOMAIN.7 2015-06-01 19:29:50.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP DOMAIN .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP DOMAIN" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP DOMAIN" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_EXTENSION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_EXTENSION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_EXTENSION.7 2015-05-19 23:28:08.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_EXTENSION.7 2015-06-01 19:29:50.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP EXTENSION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP EXTENSION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP EXTENSION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_FOREIGN_DATA_WRAPPER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_FOREIGN_DATA_WRAPPER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_FOREIGN_DATA_WRAPPER.7 2015-05-19 23:28:08.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_FOREIGN_DATA_WRAPPER.7 2015-06-01 19:29:50.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP FOREIGN DATA WRAPPER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP FOREIGN DATA WRAPPER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP FOREIGN DATA WRAPPER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_FOREIGN_TABLE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_FOREIGN_TABLE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_FOREIGN_TABLE.7 2015-05-19 23:28:08.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_FOREIGN_TABLE.7 2015-06-01 19:29:50.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP FOREIGN TABLE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP FOREIGN TABLE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP FOREIGN TABLE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_FUNCTION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_FUNCTION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_FUNCTION.7 2015-05-19 23:28:08.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_FUNCTION.7 2015-06-01 19:29:50.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP FUNCTION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP FUNCTION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP FUNCTION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_GROUP.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_GROUP.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_GROUP.7 2015-05-19 23:28:08.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_GROUP.7 2015-06-01 19:29:51.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP GROUP .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP GROUP" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP GROUP" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_INDEX.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_INDEX.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_INDEX.7 2015-05-19 23:28:08.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_INDEX.7 2015-06-01 19:29:51.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP INDEX .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP INDEX" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP INDEX" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_LANGUAGE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_LANGUAGE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_LANGUAGE.7 2015-05-19 23:28:09.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_LANGUAGE.7 2015-06-01 19:29:51.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP LANGUAGE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP LANGUAGE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP LANGUAGE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_OPERATOR.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_OPERATOR.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_OPERATOR.7 2015-05-19 23:28:09.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_OPERATOR.7 2015-06-01 19:29:51.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP OPERATOR .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP OPERATOR" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP OPERATOR" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_OPERATOR_CLASS.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_OPERATOR_CLASS.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_OPERATOR_CLASS.7 2015-05-19 23:28:09.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_OPERATOR_CLASS.7 2015-06-01 19:29:51.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP OPERATOR CLASS .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP OPERATOR CLASS" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP OPERATOR CLASS" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_OPERATOR_FAMILY.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_OPERATOR_FAMILY.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_OPERATOR_FAMILY.7 2015-05-19 23:28:09.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_OPERATOR_FAMILY.7 2015-06-01 19:29:51.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP OPERATOR FAMILY .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP OPERATOR FAMILY" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP OPERATOR FAMILY" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_OWNED.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_OWNED.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_OWNED.7 2015-05-19 23:28:09.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_OWNED.7 2015-06-01 19:29:52.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP OWNED .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP OWNED" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP OWNED" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_ROLE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_ROLE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_ROLE.7 2015-05-19 23:28:09.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_ROLE.7 2015-06-01 19:29:52.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP ROLE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP ROLE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP ROLE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_RULE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_RULE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_RULE.7 2015-05-19 23:28:09.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_RULE.7 2015-06-01 19:29:52.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP RULE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP RULE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP RULE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_SCHEMA.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_SCHEMA.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_SCHEMA.7 2015-05-19 23:28:10.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_SCHEMA.7 2015-06-01 19:29:52.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP SCHEMA .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP SCHEMA" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP SCHEMA" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_SEQUENCE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_SEQUENCE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_SEQUENCE.7 2015-05-19 23:28:10.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_SEQUENCE.7 2015-06-01 19:29:52.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP SEQUENCE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP SEQUENCE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP SEQUENCE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_SERVER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_SERVER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_SERVER.7 2015-05-19 23:28:10.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_SERVER.7 2015-06-01 19:29:52.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP SERVER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP SERVER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP SERVER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TABLE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TABLE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TABLE.7 2015-05-19 23:28:10.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TABLE.7 2015-06-01 19:29:53.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP TABLE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP TABLE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP TABLE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TABLESPACE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TABLESPACE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TABLESPACE.7 2015-05-19 23:28:10.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TABLESPACE.7 2015-06-01 19:29:53.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP TABLESPACE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP TABLESPACE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP TABLESPACE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TEXT_SEARCH_CONFIGURATION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TEXT_SEARCH_CONFIGURATION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TEXT_SEARCH_CONFIGURATION.7 2015-05-19 23:28:10.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TEXT_SEARCH_CONFIGURATION.7 2015-06-01 19:29:53.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP TEXT SEARCH CONFIGURATION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP TEXT SEARCH CONFIGURATION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP TEXT SEARCH CONFIGURATION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TEXT_SEARCH_DICTIONARY.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TEXT_SEARCH_DICTIONARY.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TEXT_SEARCH_DICTIONARY.7 2015-05-19 23:28:11.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TEXT_SEARCH_DICTIONARY.7 2015-06-01 19:29:53.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP TEXT SEARCH DICTIONARY .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP TEXT SEARCH DICTIONARY" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP TEXT SEARCH DICTIONARY" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TEXT_SEARCH_PARSER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TEXT_SEARCH_PARSER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TEXT_SEARCH_PARSER.7 2015-05-19 23:28:11.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TEXT_SEARCH_PARSER.7 2015-06-01 19:29:53.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP TEXT SEARCH PARSER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP TEXT SEARCH PARSER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP TEXT SEARCH PARSER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TEXT_SEARCH_TEMPLATE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TEXT_SEARCH_TEMPLATE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TEXT_SEARCH_TEMPLATE.7 2015-05-19 23:28:11.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TEXT_SEARCH_TEMPLATE.7 2015-06-01 19:29:53.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP TEXT SEARCH TEMPLATE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP TEXT SEARCH TEMPLATE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP TEXT SEARCH TEMPLATE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TRIGGER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TRIGGER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TRIGGER.7 2015-05-19 23:28:11.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TRIGGER.7 2015-06-01 19:29:54.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP TRIGGER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP TRIGGER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP TRIGGER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TYPE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TYPE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_TYPE.7 2015-05-19 23:28:11.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_TYPE.7 2015-06-01 19:29:54.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP TYPE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP TYPE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP TYPE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_USER.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_USER.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_USER.7 2015-05-19 23:28:11.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_USER.7 2015-06-01 19:29:54.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP USER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP USER" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP USER" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_USER_MAPPING.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_USER_MAPPING.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_USER_MAPPING.7 2015-05-19 23:28:12.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_USER_MAPPING.7 2015-06-01 19:29:54.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP USER MAPPING .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP USER MAPPING" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP USER MAPPING" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_VIEW.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_VIEW.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/DROP_VIEW.7 2015-05-19 23:28:12.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/DROP_VIEW.7 2015-06-01 19:29:54.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: DROP VIEW .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "DROP VIEW" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "DROP VIEW" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/END.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/END.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/END.7 2015-05-19 23:28:12.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/END.7 2015-06-01 19:29:54.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: END .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "END" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "END" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/EXECUTE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/EXECUTE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/EXECUTE.7 2015-05-19 23:28:12.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/EXECUTE.7 2015-06-01 19:29:55.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: EXECUTE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "EXECUTE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "EXECUTE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/EXPLAIN.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/EXPLAIN.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/EXPLAIN.7 2015-05-19 23:28:12.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/EXPLAIN.7 2015-06-01 19:29:55.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: EXPLAIN .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "EXPLAIN" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "EXPLAIN" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/FETCH.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/FETCH.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/FETCH.7 2015-05-19 23:28:13.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/FETCH.7 2015-06-01 19:29:55.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: FETCH .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "FETCH" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "FETCH" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/GRANT.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/GRANT.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/GRANT.7 2015-05-19 23:28:13.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/GRANT.7 2015-06-01 19:29:55.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: GRANT .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "GRANT" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "GRANT" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/INSERT.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/INSERT.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/INSERT.7 2015-05-19 23:28:13.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/INSERT.7 2015-06-01 19:29:55.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: INSERT .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "INSERT" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "INSERT" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/LISTEN.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/LISTEN.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/LISTEN.7 2015-05-19 23:28:13.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/LISTEN.7 2015-06-01 19:29:56.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: LISTEN .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "LISTEN" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "LISTEN" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/LOAD.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/LOAD.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/LOAD.7 2015-05-19 23:28:13.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/LOAD.7 2015-06-01 19:29:56.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: LOAD .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "LOAD" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "LOAD" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/LOCK.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/LOCK.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/LOCK.7 2015-05-19 23:28:14.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/LOCK.7 2015-06-01 19:29:56.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: LOCK .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "LOCK" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "LOCK" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/MOVE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/MOVE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/MOVE.7 2015-05-19 23:28:14.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/MOVE.7 2015-06-01 19:29:56.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: MOVE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "MOVE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "MOVE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/NOTIFY.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/NOTIFY.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/NOTIFY.7 2015-05-19 23:28:14.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/NOTIFY.7 2015-06-01 19:29:56.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: NOTIFY .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "NOTIFY" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "NOTIFY" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/PREPARE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/PREPARE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/PREPARE.7 2015-05-19 23:28:14.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/PREPARE.7 2015-06-01 19:29:57.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: PREPARE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "PREPARE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "PREPARE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/PREPARE_TRANSACTION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/PREPARE_TRANSACTION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/PREPARE_TRANSACTION.7 2015-05-19 23:28:14.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/PREPARE_TRANSACTION.7 2015-06-01 19:29:57.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: PREPARE TRANSACTION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "PREPARE TRANSACTION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "PREPARE TRANSACTION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/REASSIGN_OWNED.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/REASSIGN_OWNED.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/REASSIGN_OWNED.7 2015-05-19 23:28:15.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/REASSIGN_OWNED.7 2015-06-01 19:29:57.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: REASSIGN OWNED .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "REASSIGN OWNED" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "REASSIGN OWNED" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/REINDEX.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/REINDEX.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/REINDEX.7 2015-05-19 23:28:15.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/REINDEX.7 2015-06-01 19:29:57.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: REINDEX .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "REINDEX" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "REINDEX" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/RELEASE_SAVEPOINT.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/RELEASE_SAVEPOINT.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/RELEASE_SAVEPOINT.7 2015-05-19 23:28:15.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/RELEASE_SAVEPOINT.7 2015-06-01 19:29:58.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: RELEASE SAVEPOINT .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "RELEASE SAVEPOINT" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "RELEASE SAVEPOINT" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/RESET.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/RESET.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/RESET.7 2015-05-19 23:28:15.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/RESET.7 2015-06-01 19:29:58.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: RESET .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "RESET" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "RESET" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/REVOKE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/REVOKE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/REVOKE.7 2015-05-19 23:28:15.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/REVOKE.7 2015-06-01 19:29:58.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: REVOKE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "REVOKE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "REVOKE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ROLLBACK.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ROLLBACK.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ROLLBACK.7 2015-05-19 23:28:16.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ROLLBACK.7 2015-06-01 19:29:58.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ROLLBACK .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ROLLBACK" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ROLLBACK" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ROLLBACK_PREPARED.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ROLLBACK_PREPARED.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ROLLBACK_PREPARED.7 2015-05-19 23:28:16.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ROLLBACK_PREPARED.7 2015-06-01 19:29:58.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ROLLBACK PREPARED .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ROLLBACK PREPARED" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ROLLBACK PREPARED" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/ROLLBACK_TO_SAVEPOINT.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/ROLLBACK_TO_SAVEPOINT.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/ROLLBACK_TO_SAVEPOINT.7 2015-05-19 23:28:16.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/ROLLBACK_TO_SAVEPOINT.7 2015-06-01 19:29:58.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: ROLLBACK TO SAVEPOINT .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "ROLLBACK TO SAVEPOINT" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "ROLLBACK TO SAVEPOINT" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/SAVEPOINT.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/SAVEPOINT.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/SAVEPOINT.7 2015-05-19 23:28:16.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/SAVEPOINT.7 2015-06-01 19:29:59.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SAVEPOINT .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SAVEPOINT" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SAVEPOINT" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/SECURITY_LABEL.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/SECURITY_LABEL.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/SECURITY_LABEL.7 2015-05-19 23:28:17.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/SECURITY_LABEL.7 2015-06-01 19:29:59.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SECURITY LABEL .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SECURITY LABEL" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SECURITY LABEL" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/SELECT.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/SELECT.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/SELECT.7 2015-05-19 23:28:17.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/SELECT.7 2015-06-01 19:30:00.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SELECT .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SELECT" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SELECT" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/SELECT_INTO.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/SELECT_INTO.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/SELECT_INTO.7 2015-05-19 23:28:17.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/SELECT_INTO.7 2015-06-01 19:30:00.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SELECT INTO .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SELECT INTO" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SELECT INTO" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/SET.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/SET.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/SET.7 2015-05-19 23:28:18.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/SET.7 2015-06-01 19:30:00.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SET .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SET" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SET" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/SET_CONSTRAINTS.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/SET_CONSTRAINTS.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/SET_CONSTRAINTS.7 2015-05-19 23:28:18.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/SET_CONSTRAINTS.7 2015-06-01 19:30:00.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SET CONSTRAINTS .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SET CONSTRAINTS" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SET CONSTRAINTS" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/SET_ROLE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/SET_ROLE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/SET_ROLE.7 2015-05-19 23:28:18.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/SET_ROLE.7 2015-06-01 19:30:01.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SET ROLE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SET ROLE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SET ROLE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/SET_SESSION_AUTHORIZATION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/SET_SESSION_AUTHORIZATION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/SET_SESSION_AUTHORIZATION.7 2015-05-19 23:28:18.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/SET_SESSION_AUTHORIZATION.7 2015-06-01 19:30:01.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SET SESSION AUTHORIZATION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SET SESSION AUTHORIZATION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SET SESSION AUTHORIZATION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/SET_TRANSACTION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/SET_TRANSACTION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/SET_TRANSACTION.7 2015-05-19 23:28:18.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/SET_TRANSACTION.7 2015-06-01 19:30:01.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SET TRANSACTION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SET TRANSACTION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SET TRANSACTION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/SHOW.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/SHOW.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/SHOW.7 2015-05-19 23:28:19.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/SHOW.7 2015-06-01 19:30:01.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: SHOW .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "SHOW" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "SHOW" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/START_TRANSACTION.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/START_TRANSACTION.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/START_TRANSACTION.7 2015-05-19 23:28:19.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/START_TRANSACTION.7 2015-06-01 19:30:01.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: START TRANSACTION .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "START TRANSACTION" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "START TRANSACTION" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/TRUNCATE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/TRUNCATE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/TRUNCATE.7 2015-05-19 23:28:19.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/TRUNCATE.7 2015-06-01 19:30:02.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: TRUNCATE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "TRUNCATE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "TRUNCATE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/UNLISTEN.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/UNLISTEN.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/UNLISTEN.7 2015-05-19 23:28:19.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/UNLISTEN.7 2015-06-01 19:30:02.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: UNLISTEN .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "UNLISTEN" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "UNLISTEN" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/UPDATE.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/UPDATE.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/UPDATE.7 2015-05-19 23:28:19.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/UPDATE.7 2015-06-01 19:30:02.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: UPDATE .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "UPDATE" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "UPDATE" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/VACUUM.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/VACUUM.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/VACUUM.7 2015-05-19 23:28:20.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/VACUUM.7 2015-06-01 19:30:02.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: VACUUM .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "VACUUM" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "VACUUM" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/man7/VALUES.7 postgresql-9.1-9.1.17/doc/src/sgml/man7/VALUES.7 --- postgresql-9.1-9.1.16/doc/src/sgml/man7/VALUES.7 2015-05-19 23:28:20.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/man7/VALUES.7 2015-06-01 19:30:03.000000000 +0000 @@ -2,12 +2,12 @@ .\" Title: VALUES .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 2015-05-19 -.\" Manual: PostgreSQL 9.1.16 Documentation -.\" Source: PostgreSQL 9.1.16 +.\" Date: 2015-06-01 +.\" Manual: PostgreSQL 9.1.17 Documentation +.\" Source: PostgreSQL 9.1.17 .\" Language: English .\" -.TH "VALUES" "7" "2015-05-19" "PostgreSQL 9.1.16" "PostgreSQL 9.1.16 Documentation" +.TH "VALUES" "7" "2015-06-01" "PostgreSQL 9.1.17" "PostgreSQL 9.1.17 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/release-9.0.sgml postgresql-9.1-9.1.17/doc/src/sgml/release-9.0.sgml --- postgresql-9.1-9.1.16/doc/src/sgml/release-9.0.sgml 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/release-9.0.sgml 2015-06-01 19:12:43.000000000 +0000 @@ -1,6 +1,100 @@ + + Release 9.0.21 + + + Release Date + 2015-06-04 + + + + This release contains a small number of fixes from 9.0.20. + For information about new features in the 9.0 major release, see + . + + + + The PostgreSQL community will stop releasing updates + for the 9.0.X release series in September 2015. + Users are encouraged to update to a newer release branch soon. + + + + Migration to Version 9.0.21 + + + A dump/restore is not required for those running 9.0.X. + + + + However, if you are upgrading from a version earlier than 9.0.18, + see . + + + + + + Changes + + + + + + Avoid failures while fsync'ing data directory during + crash restart (Abhijit Menon-Sen, Tom Lane) + + + + In the previous minor releases we added a patch to fsync + everything in the data directory after a crash. Unfortunately its + response to any error condition was to fail, thereby preventing the + server from starting up, even when the problem was quite harmless. + An example is that an unwritable file in the data directory would + prevent restart on some platforms; but it is common to make SSL + certificate files unwritable by the server. Revise this behavior so + that permissions failures are ignored altogether, and other types of + failures are logged but do not prevent continuing. + + + + + + Remove configure's check prohibiting linking to a + threaded libpython + on OpenBSD (Tom Lane) + + + + The failure this restriction was meant to prevent seems to not be a + problem anymore on current OpenBSD + versions. + + + + + + Allow libpq to use TLS protocol versions beyond v1 + (Noah Misch) + + + + For a long time, libpq was coded so that the only SSL + protocol it would allow was TLS v1. Now that newer TLS versions are + becoming popular, allow it to negotiate the highest commonly-supported + TLS version with the server. (PostgreSQL servers were + already capable of such negotiation, so no change is needed on the + server side.) This is a back-patch of a change already released in + 9.4.0. + + + + + + + + Release 9.0.20 @@ -169,6 +263,13 @@ + + + Avoid cannot GetMultiXactIdMembers() during recovery error + (Álvaro Herrera) + + + Recursively fsync() the data directory after a crash diff -Nru postgresql-9.1-9.1.16/doc/src/sgml/release-9.1.sgml postgresql-9.1-9.1.17/doc/src/sgml/release-9.1.sgml --- postgresql-9.1-9.1.16/doc/src/sgml/release-9.1.sgml 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/doc/src/sgml/release-9.1.sgml 2015-06-01 19:12:43.000000000 +0000 @@ -1,6 +1,94 @@ + + Release 9.1.17 + + + Release Date + 2015-06-04 + + + + This release contains a small number of fixes from 9.1.16. + For information about new features in the 9.1 major release, see + . + + + + Migration to Version 9.1.17 + + + A dump/restore is not required for those running 9.1.X. + + + + However, if you are upgrading from a version earlier than 9.1.16, + see . + + + + + + Changes + + + + + + Avoid failures while fsync'ing data directory during + crash restart (Abhijit Menon-Sen, Tom Lane) + + + + In the previous minor releases we added a patch to fsync + everything in the data directory after a crash. Unfortunately its + response to any error condition was to fail, thereby preventing the + server from starting up, even when the problem was quite harmless. + An example is that an unwritable file in the data directory would + prevent restart on some platforms; but it is common to make SSL + certificate files unwritable by the server. Revise this behavior so + that permissions failures are ignored altogether, and other types of + failures are logged but do not prevent continuing. + + + + + + Remove configure's check prohibiting linking to a + threaded libpython + on OpenBSD (Tom Lane) + + + + The failure this restriction was meant to prevent seems to not be a + problem anymore on current OpenBSD + versions. + + + + + + Allow libpq to use TLS protocol versions beyond v1 + (Noah Misch) + + + + For a long time, libpq was coded so that the only SSL + protocol it would allow was TLS v1. Now that newer TLS versions are + becoming popular, allow it to negotiate the highest commonly-supported + TLS version with the server. (PostgreSQL servers were + already capable of such negotiation, so no change is needed on the + server side.) This is a back-patch of a change already released in + 9.4.0. + + + + + + + + Release 9.1.16 @@ -201,6 +289,13 @@ + + + Avoid cannot GetMultiXactIdMembers() during recovery error + (Álvaro Herrera) + + + Recursively fsync() the data directory after a crash diff -Nru postgresql-9.1-9.1.16/src/backend/access/transam/xlog.c postgresql-9.1-9.1.17/src/backend/access/transam/xlog.c --- postgresql-9.1-9.1.16/src/backend/access/transam/xlog.c 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/src/backend/access/transam/xlog.c 2015-06-01 19:12:43.000000000 +0000 @@ -678,8 +678,6 @@ static void rm_redo_error_callback(void *arg); static int get_sync_bit(int method); -static void fsync_pgdata(char *datadir); - /* * Insert an XLOG record having the specified RMID and info bytes, * with the body of the record being the data chunk(s) described by @@ -6230,18 +6228,6 @@ (errmsg("database system was interrupted; last known up at %s", str_time(ControlFile->time)))); - /* - * If we previously crashed, there might be data which we had written, - * intending to fsync it, but which we had not actually fsync'd yet. - * Therefore, a power failure in the near future might cause earlier - * unflushed writes to be lost, even though more recent data written to - * disk from here on would be persisted. To avoid that, fsync the entire - * data directory. - */ - if (ControlFile->state != DB_SHUTDOWNED && - ControlFile->state != DB_SHUTDOWNED_IN_RECOVERY) - fsync_pgdata(data_directory); - /* This is just to allow attaching to startup process with a debugger */ #ifdef XLOG_REPLAY_DELAY if (ControlFile->state != DB_SHUTDOWNED) @@ -6266,6 +6252,18 @@ RelationCacheInitFileRemove(); /* + * If we previously crashed, there might be data which we had written, + * intending to fsync it, but which we had not actually fsync'd yet. + * Therefore, a power failure in the near future might cause earlier + * unflushed writes to be lost, even though more recent data written to + * disk from here on would be persisted. To avoid that, fsync the entire + * data directory. + */ + if (ControlFile->state != DB_SHUTDOWNED && + ControlFile->state != DB_SHUTDOWNED_IN_RECOVERY) + SyncDataDirectory(); + + /* * Initialize on the assumption we want to recover to the same timeline * that's active according to pg_control. */ @@ -10838,31 +10836,3 @@ { SetLatch(&XLogCtl->recoveryWakeupLatch); } - -/* - * Issue fsync recursively on PGDATA and all its contents. - */ -static void -fsync_pgdata(char *datadir) -{ - if (!enableFsync) - return; - - /* - * If possible, hint to the kernel that we're soon going to fsync - * the data directory and its contents. - */ -#if defined(HAVE_SYNC_FILE_RANGE) || \ - (defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED)) - walkdir(datadir, pre_sync_fname); -#endif - - /* - * Now we do the fsync()s in the same order. - * - * It's important to fsync the destination directory itself as individual - * file fsyncs don't guarantee that the directory entry for the file is - * synced. - */ - walkdir(datadir, fsync_fname); -} diff -Nru postgresql-9.1-9.1.16/src/backend/catalog/pg_shdepend.c postgresql-9.1-9.1.17/src/backend/catalog/pg_shdepend.c --- postgresql-9.1-9.1.16/src/backend/catalog/pg_shdepend.c 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/src/backend/catalog/pg_shdepend.c 2015-06-01 19:12:43.000000000 +0000 @@ -62,7 +62,7 @@ LOCAL_OBJECT, SHARED_OBJECT, REMOTE_OBJECT -} objectType; +} SharedDependencyObjectType; static void getOidListDiff(Oid *list1, int *nlist1, Oid *list2, int *nlist2); static Oid classIdGetDbId(Oid classId); @@ -79,7 +79,8 @@ bool drop_subobjects, Oid refclassId, Oid refobjId, SharedDependencyType deptype); -static void storeObjectDescription(StringInfo descs, objectType type, +static void storeObjectDescription(StringInfo descs, + SharedDependencyObjectType type, ObjectAddress *object, SharedDependencyType deptype, int count); @@ -1057,7 +1058,8 @@ * and count to be nonzero; deptype is not used in this case. */ static void -storeObjectDescription(StringInfo descs, objectType type, +storeObjectDescription(StringInfo descs, + SharedDependencyObjectType type, ObjectAddress *object, SharedDependencyType deptype, int count) diff -Nru postgresql-9.1-9.1.16/src/backend/libpq/be-secure.c postgresql-9.1-9.1.17/src/backend/libpq/be-secure.c --- postgresql-9.1-9.1.16/src/backend/libpq/be-secure.c 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/src/backend/libpq/be-secure.c 2015-06-01 19:12:43.000000000 +0000 @@ -735,6 +735,13 @@ #endif SSL_library_init(); SSL_load_error_strings(); + + /* + * We use SSLv23_method() because it can negotiate use of the highest + * mutually supported protocol version, while alternatives like + * TLSv1_2_method() permit only one specific version. Note that we + * don't actually allow SSL v2, only v3 and TLS protocols (see below). + */ SSL_context = SSL_CTX_new(SSLv23_method()); if (!SSL_context) ereport(FATAL, diff -Nru postgresql-9.1-9.1.16/src/backend/storage/file/fd.c postgresql-9.1-9.1.17/src/backend/storage/file/fd.c --- postgresql-9.1-9.1.16/src/backend/storage/file/fd.c 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/src/backend/storage/file/fd.c 2015-06-01 19:12:43.000000000 +0000 @@ -59,6 +59,11 @@ #include "utils/resowner.h" +/* Define PG_FLUSH_DATA_WORKS if we have an implementation for pg_flush_data */ +#if defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED) +#define PG_FLUSH_DATA_WORKS 1 +#endif + /* * We must leave some file descriptors free for system(), the dynamic loader, * and other code that tries to open files without consulting fd.c. This @@ -251,6 +256,8 @@ static File OpenTemporaryFileInTablespace(Oid tblspcOid, bool rejectError); static bool reserveAllocatedDesc(void); static int FreeDesc(AllocateDesc *desc); +static struct dirent *ReadDirExtended(DIR *dir, const char *dirname, int elevel); + static void AtProcExit_Files(int code, Datum arg); static void CleanupTempFiles(bool isProcExit); static void RemovePgTempFilesInDir(const char *tmpdirname); @@ -258,6 +265,15 @@ static void RemovePgTempRelationFilesInDbspace(const char *dbspacedirname); static bool looks_like_temp_rel_name(const char *name); +static void walkdir(const char *path, + void (*action) (const char *fname, bool isdir, int elevel), + bool process_symlinks, + int elevel); +#ifdef PG_FLUSH_DATA_WORKS +static void pre_sync_fname(const char *fname, bool isdir, int elevel); +#endif +static void fsync_fname_ext(const char *fname, bool isdir, int elevel); + /* * pg_fsync --- do fsync with or without writethrough @@ -333,15 +349,24 @@ * pg_flush_data --- advise OS that the data described won't be needed soon * * Not all platforms have posix_fadvise; treat as noop if not available. + * Also, treat as no-op if enableFsync is off; this is because the call isn't + * free, and some platforms such as Linux will actually block the requestor + * until the write is scheduled. */ int pg_flush_data(int fd, off_t offset, off_t amount) { +#ifdef PG_FLUSH_DATA_WORKS + if (enableFsync) + { #if defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED) - return posix_fadvise(fd, offset, amount, POSIX_FADV_DONTNEED); + return posix_fadvise(fd, offset, amount, POSIX_FADV_DONTNEED); #else - return 0; +#error PG_FLUSH_DATA_WORKS should not have been defined +#endif + } #endif + return 0; } @@ -1729,14 +1754,27 @@ struct dirent * ReadDir(DIR *dir, const char *dirname) { + return ReadDirExtended(dir, dirname, ERROR); +} + +/* + * Alternate version that allows caller to specify the elevel for any + * error report. If elevel < ERROR, returns NULL on any error. + */ +static struct dirent * +ReadDirExtended(DIR *dir, const char *dirname, int elevel) +{ struct dirent *dent; /* Give a generic message for AllocateDir failure, if caller didn't */ if (dir == NULL) - ereport(ERROR, + { + ereport(elevel, (errcode_for_file_access(), errmsg("could not open directory \"%s\": %m", dirname))); + return NULL; + } errno = 0; if ((dent = readdir(dir)) != NULL) @@ -1749,7 +1787,7 @@ #endif if (errno) - ereport(ERROR, + ereport(elevel, (errcode_for_file_access(), errmsg("could not read directory \"%s\": %m", dirname))); @@ -2207,54 +2245,121 @@ return true; } + /* - * Hint to the OS that it should get ready to fsync() this file. + * Issue fsync recursively on PGDATA and all its contents. + * + * We fsync regular files and directories wherever they are, but we + * follow symlinks only for pg_xlog and immediately under pg_tblspc. + * Other symlinks are presumed to point at files we're not responsible + * for fsyncing, and might not have privileges to write at all. + * + * Errors are logged but not considered fatal; that's because this is used + * only during database startup, to deal with the possibility that there are + * issued-but-unsynced writes pending against the data directory. We want to + * ensure that such writes reach disk before anything that's done in the new + * run. However, aborting on error would result in failure to start for + * harmless cases such as read-only files in the data directory, and that's + * not good either. * - * Adapted from pre_sync_fname in initdb.c + * Note we assume we're chdir'd into PGDATA to begin with. */ void -pre_sync_fname(char *fname, bool isdir) +SyncDataDirectory(void) { - int fd; + bool xlog_is_symlink; - fd = BasicOpenFile(fname, O_RDONLY | PG_BINARY, 0); + /* We can skip this whole thing if fsync is disabled. */ + if (!enableFsync) + return; /* - * Some OSs don't allow us to open directories at all (Windows returns - * EACCES) + * If pg_xlog is a symlink, we'll need to recurse into it separately, + * because the first walkdir below will ignore it. */ - if (fd < 0 && isdir && (errno == EISDIR || errno == EACCES)) - return; + xlog_is_symlink = false; - if (fd < 0) - ereport(FATAL, - (errmsg("could not open file \"%s\": %m", - fname))); +#ifndef WIN32 + { + struct stat st; - pg_flush_data(fd, 0, 0); + if (lstat("pg_xlog", &st) < 0) + ereport(LOG, + (errcode_for_file_access(), + errmsg("could not stat file \"%s\": %m", + "pg_xlog"))); + else if (S_ISLNK(st.st_mode)) + xlog_is_symlink = true; + } +#else + if (pgwin32_is_junction("pg_xlog")) + xlog_is_symlink = true; +#endif - close(fd); + /* + * If possible, hint to the kernel that we're soon going to fsync the data + * directory and its contents. Errors in this step are even less + * interesting than normal, so log them only at DEBUG1. + */ +#ifdef PG_FLUSH_DATA_WORKS + walkdir(".", pre_sync_fname, false, DEBUG1); + if (xlog_is_symlink) + walkdir("pg_xlog", pre_sync_fname, false, DEBUG1); + walkdir("pg_tblspc", pre_sync_fname, true, DEBUG1); +#endif + + /* + * Now we do the fsync()s in the same order. + * + * The main call ignores symlinks, so in addition to specially processing + * pg_xlog if it's a symlink, pg_tblspc has to be visited separately with + * process_symlinks = true. Note that if there are any plain directories + * in pg_tblspc, they'll get fsync'd twice. That's not an expected case + * so we don't worry about optimizing it. + */ + walkdir(".", fsync_fname_ext, false, LOG); + if (xlog_is_symlink) + walkdir("pg_xlog", fsync_fname_ext, false, LOG); + walkdir("pg_tblspc", fsync_fname_ext, true, LOG); } /* * walkdir: recursively walk a directory, applying the action to each - * regular file and directory (including the named directory itself) - * and following symbolic links. + * regular file and directory (including the named directory itself). * - * NB: There is another version of walkdir in initdb.c, but that version - * behaves differently with respect to symbolic links. Caveat emptor! + * If process_symlinks is true, the action and recursion are also applied + * to regular files and directories that are pointed to by symlinks in the + * given directory; otherwise symlinks are ignored. Symlinks are always + * ignored in subdirectories, ie we intentionally don't pass down the + * process_symlinks flag to recursive calls. + * + * Errors are reported at level elevel, which might be ERROR or less. + * + * See also walkdir in initdb.c, which is a frontend version of this logic. */ -void -walkdir(char *path, void (*action) (char *fname, bool isdir)) +static void +walkdir(const char *path, + void (*action) (const char *fname, bool isdir, int elevel), + bool process_symlinks, + int elevel) { DIR *dir; struct dirent *de; dir = AllocateDir(path); - while ((de = ReadDir(dir, path)) != NULL) + if (dir == NULL) + { + ereport(elevel, + (errcode_for_file_access(), + errmsg("could not open directory \"%s\": %m", path))); + return; + } + + while ((de = ReadDirExtended(dir, path, elevel)) != NULL) { char subpath[MAXPGPATH]; struct stat fst; + int sret; CHECK_FOR_INTERRUPTS(); @@ -2264,60 +2369,123 @@ snprintf(subpath, MAXPGPATH, "%s/%s", path, de->d_name); - if (lstat(subpath, &fst) < 0) - ereport(ERROR, + if (process_symlinks) + sret = stat(subpath, &fst); + else + sret = lstat(subpath, &fst); + + if (sret < 0) + { + ereport(elevel, (errcode_for_file_access(), errmsg("could not stat file \"%s\": %m", subpath))); + continue; + } if (S_ISREG(fst.st_mode)) - (*action) (subpath, false); + (*action) (subpath, false, elevel); else if (S_ISDIR(fst.st_mode)) - walkdir(subpath, action); -#ifndef WIN32 - else if (S_ISLNK(fst.st_mode)) -#else - else if (pgwin32_is_junction(subpath)) -#endif - { -#if defined(HAVE_READLINK) || defined(WIN32) - char linkpath[MAXPGPATH]; - int len; - struct stat lst; - - len = readlink(subpath, linkpath, sizeof(linkpath)-1); - if (len < 0) - ereport(ERROR, - (errcode_for_file_access(), - errmsg("could not read symbolic link \"%s\": %m", - subpath))); - - if (len >= sizeof(linkpath)-1) - ereport(ERROR, - (errmsg("symbolic link \"%s\" target is too long", - subpath))); + walkdir(subpath, action, false, elevel); + } - linkpath[len] = '\0'; + FreeDir(dir); /* we ignore any error here */ - if (lstat(linkpath, &lst) == 0) - { - if (S_ISREG(lst.st_mode)) - (*action) (linkpath, false); - else if (S_ISDIR(lst.st_mode)) - walkdir(subpath, action); - } - else if (errno != ENOENT) - ereport(ERROR, - (errcode_for_file_access(), - errmsg("could not stat file \"%s\": %m", linkpath))); -#else - ereport(WARNING, - (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), - errmsg("this platform does not support symbolic links; ignoring \"%s\"", - subpath))); -#endif - } + /* + * It's important to fsync the destination directory itself as individual + * file fsyncs don't guarantee that the directory entry for the file is + * synced. + */ + (*action) (path, true, elevel); +} + + +/* + * Hint to the OS that it should get ready to fsync() this file. + * + * Ignores errors trying to open unreadable files, and logs other errors at a + * caller-specified level. + */ +#ifdef PG_FLUSH_DATA_WORKS + +static void +pre_sync_fname(const char *fname, bool isdir, int elevel) +{ + int fd; + + fd = BasicOpenFile((char *) fname, O_RDONLY | PG_BINARY, 0); + + if (fd < 0) + { + if (errno == EACCES || (isdir && errno == EISDIR)) + return; + ereport(elevel, + (errcode_for_file_access(), + errmsg("could not open file \"%s\": %m", fname))); + return; } - FreeDir(dir); - (*action) (path, true); + /* + * We ignore errors from pg_flush_data() because this is only a hint. + */ + (void) pg_flush_data(fd, 0, 0); + + (void) close(fd); +} + +#endif /* PG_FLUSH_DATA_WORKS */ + +/* + * fsync_fname_ext -- Try to fsync a file or directory + * + * Ignores errors trying to open unreadable files, or trying to fsync + * directories on systems where that isn't allowed/required, and logs other + * errors at a caller-specified level. + */ +static void +fsync_fname_ext(const char *fname, bool isdir, int elevel) +{ + int fd; + int flags; + int returncode; + + /* + * Some OSs require directories to be opened read-only whereas other + * systems don't allow us to fsync files opened read-only; so we need both + * cases here. Using O_RDWR will cause us to fail to fsync files that are + * not writable by our userid, but we assume that's OK. + */ + flags = PG_BINARY; + if (!isdir) + flags |= O_RDWR; + else + flags |= O_RDONLY; + + /* + * Open the file, silently ignoring errors about unreadable files (or + * unsupported operations, e.g. opening a directory under Windows), and + * logging others. + */ + fd = BasicOpenFile((char *) fname, flags, 0); + if (fd < 0) + { + if (errno == EACCES || (isdir && errno == EISDIR)) + return; + ereport(elevel, + (errcode_for_file_access(), + errmsg("could not open file \"%s\": %m", fname))); + return; + } + + returncode = pg_fsync(fd); + + /* + * Some OSes don't allow us to fsync directories at all, so we can ignore + * those errors. Anything else needs to be logged. + */ + if (returncode != 0 && !(isdir && errno == EBADF)) + ereport(elevel, + (errcode_for_file_access(), + errmsg("could not fsync file \"%s\": %m", fname))); + + (void) close(fd); } diff -Nru postgresql-9.1-9.1.16/src/include/pg_config.h.win32 postgresql-9.1-9.1.17/src/include/pg_config.h.win32 --- postgresql-9.1-9.1.16/src/include/pg_config.h.win32 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/src/include/pg_config.h.win32 2015-06-01 19:12:43.000000000 +0000 @@ -569,16 +569,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.1.16" +#define PACKAGE_STRING "PostgreSQL 9.1.17" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.1.16" +#define PACKAGE_VERSION "9.1.17" /* PostgreSQL version as a string */ -#define PG_VERSION "9.1.16" +#define PG_VERSION "9.1.17" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 90116 +#define PG_VERSION_NUM 90117 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" diff -Nru postgresql-9.1-9.1.16/src/include/storage/fd.h postgresql-9.1-9.1.17/src/include/storage/fd.h --- postgresql-9.1-9.1.16/src/include/storage/fd.h 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/src/include/storage/fd.h 2015-06-01 19:12:43.000000000 +0000 @@ -100,8 +100,7 @@ extern int pg_fdatasync(int fd); extern int pg_flush_data(int fd, off_t offset, off_t amount); extern void fsync_fname(char *fname, bool isdir); -extern void pre_sync_fname(char *fname, bool isdir); -extern void walkdir(char *path, void (*action) (char *fname, bool isdir)); +extern void SyncDataDirectory(void); /* Filename components for OpenTemporaryFile */ #define PG_TEMP_FILES_DIR "pgsql_tmp" diff -Nru postgresql-9.1-9.1.16/src/interfaces/libpq/fe-secure.c postgresql-9.1-9.1.17/src/interfaces/libpq/fe-secure.c --- postgresql-9.1-9.1.16/src/interfaces/libpq/fe-secure.c 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/src/interfaces/libpq/fe-secure.c 2015-06-01 19:12:43.000000000 +0000 @@ -965,7 +965,13 @@ SSL_load_error_strings(); } - SSL_context = SSL_CTX_new(TLSv1_method()); + /* + * We use SSLv23_method() because it can negotiate use of the highest + * mutually supported protocol version, while alternatives like + * TLSv1_2_method() permit only one specific version. Note that we + * don't actually allow SSL v2 or v3, only TLS protocols (see below). + */ + SSL_context = SSL_CTX_new(SSLv23_method()); if (!SSL_context) { char *err = SSLerrmessage(); @@ -980,6 +986,9 @@ return -1; } + /* Disable old protocol versions */ + SSL_CTX_set_options(SSL_context, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); + /* * Disable OpenSSL's moving-write-buffer sanity check, because it * causes unnecessary failures in nonblocking send cases. diff -Nru postgresql-9.1-9.1.16/src/interfaces/libpq/libpq-dist.rc postgresql-9.1-9.1.17/src/interfaces/libpq/libpq-dist.rc --- postgresql-9.1-9.1.16/src/interfaces/libpq/libpq-dist.rc 2015-05-19 23:28:32.000000000 +0000 +++ postgresql-9.1-9.1.17/src/interfaces/libpq/libpq-dist.rc 2015-06-01 19:30:15.000000000 +0000 @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 9,1,16,15139 - PRODUCTVERSION 9,1,16,15139 + FILEVERSION 9,1,17,15152 + PRODUCTVERSION 9,1,17,15152 FILEFLAGSMASK 0x3fL FILEFLAGS 0 FILEOS VOS__WINDOWS32 @@ -15,13 +15,13 @@ BEGIN VALUE "CompanyName", "\0" VALUE "FileDescription", "PostgreSQL Access Library\0" - VALUE "FileVersion", "9.1.16\0" + VALUE "FileVersion", "9.1.17\0" VALUE "InternalName", "libpq\0" VALUE "LegalCopyright", "Copyright (C) 2012\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "libpq.dll\0" VALUE "ProductName", "PostgreSQL\0" - VALUE "ProductVersion", "9.1.16\0" + VALUE "ProductVersion", "9.1.17\0" END END BLOCK "VarFileInfo" diff -Nru postgresql-9.1-9.1.16/src/interfaces/libpq/libpq.rc.in postgresql-9.1-9.1.17/src/interfaces/libpq/libpq.rc.in --- postgresql-9.1-9.1.16/src/interfaces/libpq/libpq.rc.in 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/src/interfaces/libpq/libpq.rc.in 2015-06-01 19:12:43.000000000 +0000 @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 9,1,16,0 - PRODUCTVERSION 9,1,16,0 + FILEVERSION 9,1,17,0 + PRODUCTVERSION 9,1,17,0 FILEFLAGSMASK 0x3fL FILEFLAGS 0 FILEOS VOS__WINDOWS32 @@ -15,13 +15,13 @@ BEGIN VALUE "CompanyName", "\0" VALUE "FileDescription", "PostgreSQL Access Library\0" - VALUE "FileVersion", "9.1.16\0" + VALUE "FileVersion", "9.1.17\0" VALUE "InternalName", "libpq\0" VALUE "LegalCopyright", "Copyright (C) 2012\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "libpq.dll\0" VALUE "ProductName", "PostgreSQL\0" - VALUE "ProductVersion", "9.1.16\0" + VALUE "ProductVersion", "9.1.17\0" END END BLOCK "VarFileInfo" diff -Nru postgresql-9.1-9.1.16/src/port/win32ver.rc postgresql-9.1-9.1.17/src/port/win32ver.rc --- postgresql-9.1-9.1.16/src/port/win32ver.rc 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/src/port/win32ver.rc 2015-06-01 19:12:43.000000000 +0000 @@ -2,8 +2,8 @@ #include "pg_config.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 9,1,16,0 - PRODUCTVERSION 9,1,16,0 + FILEVERSION 9,1,17,0 + PRODUCTVERSION 9,1,17,0 FILEFLAGSMASK 0x17L FILEFLAGS 0x0L FILEOS VOS_NT_WINDOWS32 diff -Nru postgresql-9.1-9.1.16/src/test/isolation/specparse.c postgresql-9.1-9.1.17/src/test/isolation/specparse.c --- postgresql-9.1-9.1.16/src/test/isolation/specparse.c 2015-05-19 23:28:34.000000000 +0000 +++ postgresql-9.1-9.1.17/src/test/isolation/specparse.c 2015-06-01 19:30:17.000000000 +0000 @@ -125,7 +125,7 @@ know about them. */ enum yytokentype { sqlblock = 258, - string = 259, + string_literal = 259, PERMUTATION = 260, SESSION = 261, SETUP = 262, @@ -471,11 +471,11 @@ First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { - "$end", "error", "$undefined", "sqlblock", "string", "PERMUTATION", - "SESSION", "SETUP", "STEP", "TEARDOWN", "TEST", "$accept", "TestSpec", - "opt_setup", "opt_teardown", "session_list", "session", "step_list", - "step", "opt_permutation_list", "permutation_list", "permutation", - "string_list", 0 + "$end", "error", "$undefined", "sqlblock", "string_literal", + "PERMUTATION", "SESSION", "SETUP", "STEP", "TEARDOWN", "TEST", "$accept", + "TestSpec", "opt_setup", "opt_teardown", "session_list", "session", + "step_list", "step", "opt_permutation_list", "permutation_list", + "permutation", "string_literal_list", 0 }; #endif diff -Nru postgresql-9.1-9.1.16/src/test/isolation/specparse.y postgresql-9.1-9.1.17/src/test/isolation/specparse.y --- postgresql-9.1-9.1.16/src/test/isolation/specparse.y 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/src/test/isolation/specparse.y 2015-06-01 19:12:43.000000000 +0000 @@ -37,12 +37,12 @@ %type opt_setup opt_teardown %type step_list session_list permutation_list opt_permutation_list -%type string_list +%type string_literal_list %type session %type step %type permutation -%token sqlblock string +%token sqlblock string_literal %token PERMUTATION SESSION SETUP STEP TEARDOWN TEST %% @@ -89,7 +89,7 @@ ; session: - SESSION string opt_setup step_list opt_teardown + SESSION string_literal opt_setup step_list opt_teardown { $$ = malloc(sizeof(Session)); $$->name = $2; @@ -118,7 +118,7 @@ step: - STEP string sqlblock + STEP string_literal sqlblock { $$ = malloc(sizeof(Step)); $$->name = $2; @@ -156,7 +156,7 @@ permutation: - PERMUTATION string_list + PERMUTATION string_literal_list { $$ = malloc(sizeof(Permutation)); $$->stepnames = (char **) $2.elements; @@ -164,15 +164,15 @@ } ; -string_list: - string_list string +string_literal_list: + string_literal_list string_literal { $$.elements = realloc($1.elements, ($1.nelements + 1) * sizeof(void *)); $$.elements[$1.nelements] = $2; $$.nelements = $1.nelements + 1; } - | string + | string_literal { $$.nelements = 1; $$.elements = malloc(sizeof(void *)); diff -Nru postgresql-9.1-9.1.16/src/test/isolation/specscanner.c postgresql-9.1-9.1.17/src/test/isolation/specscanner.c --- postgresql-9.1-9.1.16/src/test/isolation/specscanner.c 2015-05-19 23:28:34.000000000 +0000 +++ postgresql-9.1-9.1.17/src/test/isolation/specscanner.c 2015-06-01 19:30:17.000000000 +0000 @@ -862,7 +862,7 @@ litbuf[litbufpos] = '\0'; yylval.str = strdup(litbuf); BEGIN(INITIAL); - return(string); + return(string_literal); } YY_BREAK case 11: diff -Nru postgresql-9.1-9.1.16/src/test/isolation/specscanner.l postgresql-9.1-9.1.17/src/test/isolation/specscanner.l --- postgresql-9.1-9.1.16/src/test/isolation/specscanner.l 2015-05-19 22:33:58.000000000 +0000 +++ postgresql-9.1-9.1.17/src/test/isolation/specscanner.l 2015-06-01 19:12:43.000000000 +0000 @@ -57,7 +57,7 @@ litbuf[litbufpos] = '\0'; yylval.str = strdup(litbuf); BEGIN(INITIAL); - return(string); + return(string_literal); } . { addlitchar(yytext[0]); } \n { yyerror("unexpected newline in quoted string"); }