|
19 | 19 | similar to <ulink url="http://sourceforge.net">SourceForge.net</> in its |
20 | 20 | feature set, providing mailing lists, forums, bug tracking, SCM, and web |
21 | 21 | hosting. If you have a <productname>PostgreSQL</>-related open source |
22 | | - project that you would like to have hosted atPgFoundy, please feel free |
23 | | - to create a new project. |
| 22 | + project that you would like to have hosted atPgFoundry, please feel free |
| 23 | + to create a new project there. |
24 | 24 | </para> |
25 | 25 |
|
26 | 26 | <sect1 id="external-interfaces"> |
|
134 | 134 | </table> |
135 | 135 | </sect1> |
136 | 136 |
|
| 137 | + <sect1 id="external-admin-tools"> |
| 138 | + <title>Administration Tools</title> |
| 139 | + |
| 140 | + <indexterm> |
| 141 | + <primary>administration tools</primary> |
| 142 | + <secondary>externally maintained</secondary> |
| 143 | + </indexterm> |
| 144 | + |
| 145 | + <para> |
| 146 | + There are several administration tools available for |
| 147 | + <productname>PostgreSQL</>. The most popular is |
| 148 | + <application><ulink url="http://www.pgadmin.org/">pgAdmin III</ulink></>, |
| 149 | + and there are several commercially available ones as well. |
| 150 | + </para> |
| 151 | + </sect1> |
| 152 | + |
137 | 153 | <sect1 id="external-pl"> |
138 | 154 | <title>Procedural Languages</title> |
139 | 155 |
|
|
223 | 239 | <title>Extensions</title> |
224 | 240 |
|
225 | 241 | <indexterm> |
226 | | - <primary>extensions</primary> |
| 242 | + <primary>extension</primary> |
| 243 | + <secondary>externally maintained</secondary> |
227 | 244 | </indexterm> |
228 | 245 |
|
229 | 246 | <para> |
230 | 247 | <productname>PostgreSQL</> is designed to be easily extensible. For |
231 | | - this reason, extensions loaded into the database can function just |
232 | | - like features that arepackaged with the database. The |
| 248 | + this reason, extensions loaded into the database can function |
| 249 | +justlike features that arebuilt in. The |
233 | 250 | <filename>contrib/</> directory shipped with the source code |
234 | | - contains a large number of extensions. The <filename>README</> file |
235 | | - in that directory contains a summary. They include conversion |
236 | | - tools, full-text indexing, <acronym>XML</> tools, and additional |
237 | | - data types and indexing methods. Other extensions are developed |
| 251 | + contains several extensions, which are described in |
| 252 | + <xref linkend="contrib">. Other extensions are developed |
238 | 253 | independently, like <application><ulink |
239 | 254 | url="http://www.postgis.org/">PostGIS</ulink></>. Even |
240 | | - <productname>PostgreSQL</> replication solutionsare developed |
| 255 | + <productname>PostgreSQL</> replication solutionscan be developed |
241 | 256 | externally. For example, <application> <ulink |
242 | 257 | url="http://www.slony.info">Slony-I</ulink></> is a popular |
243 | 258 | master/standby replication solution that is developed independently |
244 | 259 | from the core project. |
245 | 260 | </para> |
246 | | - |
247 | | - <para> |
248 | | - There are several administration tools available for |
249 | | - <productname>PostgreSQL</>. The most popular is |
250 | | - <application><ulink url="http://www.pgadmin.org/">pgAdmin III</ulink></>, |
251 | | - and there are several commercially available ones as well. |
252 | | - </para> |
253 | 261 | </sect1> |
254 | 262 | </appendix> |