Index: doc/src/sgml/advanced.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/advanced.sgml,v retrieving revision 1.47 diff -c -c -r1.47 advanced.sgml *** doc/src/sgml/advanced.sgml 17 Dec 2004 04:50:32 -0000 1.47 --- doc/src/sgml/advanced.sgml 31 Mar 2005 03:50:47 -0000 *************** *** 468,475 **** If you feel you need more introductory material, please visit the ! PostgreSQL web ! site for links to more resources. --- 468,475 ---- If you feel you need more introductory material, please visit the ! PostgreSQL web site, ! , for links to more resources. Index: doc/src/sgml/biblio.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v retrieving revision 1.21 diff -c -c -r1.21 biblio.sgml *** doc/src/sgml/biblio.sgml 21 Feb 2005 02:21:00 -0000 1.21 --- doc/src/sgml/biblio.sgml 31 Mar 2005 03:50:47 -0000 *************** *** 13,22 **** Some white papers and technical reports from the original POSTGRES development team ! are available at ! the University of California, Berkeley, Computer Science ! Department web site --- 13,22 ---- Some white papers and technical reports from the original POSTGRES development team ! are available at the University of California, Berkeley, Computer Science ! Department web site, ! *************** *** 242,251 **** ! <ulink ! url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/UCB-MS-zfong.pdf">The ! design and implementation of the ! <productname>POSTGRES</productname> query optimizer</ulink> Zelaine Fong --- 242,250 ---- ! The design and implementation of the ! <productname>POSTGRES</productname> query optimizer, ! <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/UCB-MS-zfong.pdf"></ulink> Zelaine Fong *************** *** 305,311 **** ! <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M87-13.pdf">The <productname>POSTGRES</productname> data model</ulink> Rowe and Stonebraker, 1987 --- 304,310 ---- ! The <productname>POSTGRES</productname> data model, <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M87-13.pdf"></ulink> Rowe and Stonebraker, 1987 *************** *** 327,333 **** ! <ulink url="http://simon.cs.cornell.edu/home/praveen/papers/partindex.de95.ps.Z">Generalized Partial Indexes</ulink> Seshardri, 1995 --- 326,332 ---- ! Generalized Partial Indexes, <ulink url="http://simon.cs.cornell.edu/home/praveen/papers/partindex.de95.ps.Z"></ulink> Seshardri, 1995 *************** *** 357,363 **** ! <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M85-95.pdf">The design of <productname>POSTGRES</productname></ulink> Stonebraker and Rowe, 1986 --- 356,362 ---- ! The design of <productname>POSTGRES</productname>, <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M85-95.pdf"></ulink> Stonebraker and Rowe, 1986 *************** *** 405,411 **** ! <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M87-06.pdf">The design of the <productname>POSTGRES</productname> storage system</ulink> Stonebraker, 1987 --- 404,410 ---- ! The design of the <productname>POSTGRES</productname> storage system, <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M87-06.pdf"></ulink> Stonebraker, 1987 *************** *** 423,429 **** ! <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M89-82.pdf">A commentary on the <productname>POSTGRES</productname> rules system</ulink> Stonebraker et al, 1989 --- 422,428 ---- ! A commentary on the <productname>POSTGRES</productname> rules system, <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M89-82.pdf"></ulink> Stonebraker et al, 1989 *************** *** 448,454 **** ! <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M89-17.pdf">The case for partial indexes</ulink> Stonebraker, M, 1989b --- 447,453 ---- ! The case for partial indexes, <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M89-17.pdf"></ulink> Stonebraker, M, 1989b *************** *** 466,472 **** ! <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M90-34.pdf">The implementation of <productname>POSTGRES</productname></ulink> Stonebraker, Rowe, Hirohama, 1990 --- 465,471 ---- ! The implementation of <productname>POSTGRES</productname>, <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M90-34.pdf"></ulink> Stonebraker, Rowe, Hirohama, 1990 *************** *** 494,500 **** ! <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M90-36.pdf">On Rules, Procedures, Caching and Views in Database Systems</ulink> Stonebraker et al, ACM, 1990 --- 493,499 ---- ! On Rules, Procedures, Caching and Views in Database Systems, <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M90-36.pdf"></ulink> Stonebraker et al, ACM, 1990 Index: doc/src/sgml/client-auth.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v retrieving revision 1.72 diff -c -c -r1.72 client-auth.sgml *** doc/src/sgml/client-auth.sgml 28 Jan 2005 22:38:37 -0000 1.72 --- doc/src/sgml/client-auth.sgml 31 Mar 2005 03:50:48 -0000 *************** *** 615,624 **** authentication system suitable for distributed computing over a public network. A description of the Kerberos system is far beyond the scope of this document; in full generality it can be ! quite complex (yet powerful). The Kerberos ! FAQ or MIT ! Project Athena can be a good starting point for exploration. Several sources for Kerberos distributions exist. --- 615,624 ---- authentication system suitable for distributed computing over a public network. A description of the Kerberos system is far beyond the scope of this document; in full generality it can be ! quite complex (yet powerful). The Kerberos FAQ, ! , or ! MIT Project Athena, , ! can be a good starting point for exploration. Several sources for Kerberos distributions exist. *************** *** 690,696 **** If you use mod_auth_kerb from ! http://modauthkerb.sf.net and mod_perl on your Apache web server, you can use AuthType KerberosV5SaveCredentials with a --- 690,696 ---- If you use mod_auth_kerb from ! and mod_perl on your Apache web server, you can use AuthType KerberosV5SaveCredentials with a *************** *** 883,893 **** default PAM service name is postgresql. You can optionally supply your own service name after the pam key word in the file pg_hba.conf. ! For more information about PAM, please read the Linux-PAM ! Page and the Solaris PAM Page. --- 883,892 ---- default PAM service name is postgresql. You can optionally supply your own service name after the pam key word in the file pg_hba.conf. ! For more information about PAM, please read the Linux-PAM ! Page, , ! and the Solaris PAM Page, . Index: doc/src/sgml/contacts.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/contacts.sgml,v retrieving revision 1.6 diff -c -c -r1.6 contacts.sgml *** doc/src/sgml/contacts.sgml 23 Jan 2005 00:30:18 -0000 1.6 --- doc/src/sgml/contacts.sgml 31 Mar 2005 03:50:48 -0000 *************** *** 13,35 **** Refer to the introduction in this manual or to the ! PostgreSQL web page ! for subscription information to the no-cost mailing lists. People --> - - - - - - Thomas Lockhart - works on SQL standards compliance and documentation. - - - - - --- 13,24 ---- Refer to the introduction in this manual or to the ! PostgreSQL web page, ! , ! for subscription information to the no-cost mailing lists. People --> Index: doc/src/sgml/cvs.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v retrieving revision 1.31 diff -c -c -r1.31 cvs.sgml *** doc/src/sgml/cvs.sgml 22 Jan 2005 22:06:17 -0000 1.31 --- doc/src/sgml/cvs.sgml 31 Mar 2005 03:50:49 -0000 *************** *** 52,58 **** You will need a local copy of CVS (Concurrent Version Control System), which you can get from ! http://www.cvshome.org/ (the official site with the latest version) or any GNU software archive site (often somewhat outdated). We recommend version 1.10 or newer. Many systems have a recent version of --- 52,58 ---- You will need a local copy of CVS (Concurrent Version Control System), which you can get from ! (the official site with the latest version) or any GNU software archive site (often somewhat outdated). We recommend version 1.10 or newer. Many systems have a recent version of *************** *** 167,173 **** For more info consult the manual that comes with CVS, or see the online documentation at ! http://www.cvshome.org/. --- 167,173 ---- For more info consult the manual that comes with CVS, or see the online documentation at ! . *************** *** 299,305 **** CVSup was developed by John Polstra (jdp@polstra.com) to distribute CVS repositories and other file trees for ! the FreeBSD project. --- 299,305 ---- CVSup was developed by John Polstra (jdp@polstra.com) to distribute CVS repositories and other file trees for ! the FreeBSD project, . *************** *** 449,455 **** The following is a suggested CVSup config file from ! the PostgreSQL ftp site which will fetch the current snapshot only: --- 449,456 ---- The following is a suggested CVSup config file from ! the PostgreSQL ftp site, ! , which will fetch the current snapshot only: *************** *** 498,504 **** You can use pre-built binaries if you have a platform for which binaries are posted on ! the PostgreSQL ftp site, or if you are running FreeBSD, for which CVSup is available as a port. --- 499,506 ---- You can use pre-built binaries if you have a platform for which binaries are posted on ! the PostgreSQL ftp site, ! , or if you are running FreeBSD, for which CVSup is available as a port. *************** *** 539,545 **** If you have another platform, check for and download the appropriate binary from ! the PostgreSQL ftp site. --- 541,548 ---- If you have another platform, check for and download the appropriate binary from ! the PostgreSQL ftp site, ! . *************** *** 621,632 **** Pick up the Modula-3 ! distribution from ! Polytechnique Montréal, who are actively maintaining the code base originally developed by ! the DEC Systems Research Center. ! The PM3 RPM distribution is roughly 30MB compressed. At the time of writing, the 1.1.10-1 release installed cleanly on RH-5.2, whereas the 1.1.11-1 release is apparently built for another release (RH-6.0?) and does not run on RH-5.2. --- 624,635 ---- Pick up the Modula-3 ! distribution from Polytechnique Montréal, ! , who are actively maintaining the code base originally developed by ! the DEC Systems Research Center, . ! The PM3 RPM distribution is roughly 30MB compressed. At the time of writing, the 1.1.10-1 release installed cleanly on RH-5.2, whereas the 1.1.11-1 release is apparently built for another release (RH-6.0?) and does not run on RH-5.2. *************** *** 761,768 **** As shown, it will get the repository (RCS) files. If you uncomment the line containing "tag=." then it will instead check out the latest version of each file. There's a bunch more information about ! what you can do in ! the CVSup Handbook. There is one other thing I want to send you, but not tonight. I discovered the hard way that you need a malloc package that is --- 764,771 ---- As shown, it will get the repository (RCS) files. If you uncomment the line containing "tag=." then it will instead check out the latest version of each file. There's a bunch more information about ! what you can do in the CVSup Handbook, ! . There is one other thing I want to send you, but not tonight. I discovered the hard way that you need a malloc package that is Index: doc/src/sgml/dfunc.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v retrieving revision 1.29 diff -c -c -r1.29 dfunc.sgml *** doc/src/sgml/dfunc.sgml 22 Jan 2005 22:56:35 -0000 1.29 --- doc/src/sgml/dfunc.sgml 31 Mar 2005 03:50:49 -0000 *************** *** 276,283 **** If this is too complicated for you, you should consider using ! GNU ! Libtool, which hides the platform differences behind a uniform interface. --- 276,284 ---- If this is too complicated for you, you should consider using ! GNU Libtool, ! , ! which hides the platform differences behind a uniform interface. Index: doc/src/sgml/docguide.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v retrieving revision 1.53 diff -c -c -r1.53 docguide.sgml *** doc/src/sgml/docguide.sgml 19 Feb 2005 04:39:52 -0000 1.53 --- doc/src/sgml/docguide.sgml 31 Mar 2005 03:50:50 -0000 *************** *** 60,74 **** structure and content of a technical document without worrying about presentation details. A document style defines how that content is rendered into one of several final forms. DocBook is ! maintained by the OASIS group. The official DocBook ! site has good introductory and reference documentation and a complete O'Reilly book for your online reading pleasure. The ! NewbieDoc Docbook Guide is very helpful for beginners. ! The FreeBSD ! Documentation Project also uses DocBook and has some good information, including a number of style guidelines that might be worth considering. --- 60,76 ---- structure and content of a technical document without worrying about presentation details. A document style defines how that content is rendered into one of several final forms. DocBook is ! maintained by the OASIS group, . The official DocBook ! site, , ! has good introductory and reference documentation and a complete O'Reilly book for your online reading pleasure. The + NewbieDoc Docbook Guide, ! , is very helpful for beginners. ! The FreeBSD Documentation Project, ! , ! also uses DocBook and has some good information, including a number of style guidelines that might be worth considering. *************** *** 84,90 **** ! DocBook DTD This is the definition of DocBook itself. We currently use --- 86,92 ---- ! DocBook DTD, This is the definition of DocBook itself. We currently use *************** *** 96,102 **** ! ISO 8879 character entities These are required by DocBook but are distributed separately --- 98,104 ---- ! ISO 8879 character entities, These are required by DocBook but are distributed separately *************** *** 106,112 **** ! OpenJade This is the base package of SGML processing. --- 108,114 ---- ! OpenJade, This is the base package of SGML processing. *************** *** 121,127 **** ! DocBook DSSSL Stylesheets These contain the processing instructions for converting the --- 123,129 ---- ! DocBook DSSSL Stylesheets, These contain the processing instructions for converting the *************** *** 132,138 **** ! DocBook2X tools This optional package is used to create man pages. It has a --- 134,140 ---- ! DocBook2X tools, This optional package is used to create man pages. It has a *************** *** 143,149 **** ! JadeTeX If you want to, you can also install --- 145,151 ---- ! JadeTeX, If you want to, you can also install *************** *** 238,246 **** More information about the FreeBSD documentation tools can be ! found in the FreeBSD ! Documentation Project's instructions. --- 240,247 ---- More information about the FreeBSD documentation tools can be ! found in the FreeBSD Documentation Project's instructions, ! . *************** *** 334,342 **** ! Obtain the DocBook ! V4.2 distribution. --- 335,342 ---- ! Obtain the DocBook V4.2 distribution,. *************** *** 377,385 **** ! Download the ISO 8879 ! character entities archive, unpack it, and put the files in the same directory you put the DocBook files in. $ cd /usr/local/share/sgml/docbook-4.2 --- 377,385 ---- ! Download the ISO 8879 ! character entities archive, , unpack it, and put the files in the same directory you put the DocBook files in. $ cd /usr/local/share/sgml/docbook-4.2 *************** *** 452,459 **** minitoc, url and ot2enc. All of these can be found on ! your friendly neighborhood CTAN site. The installation of the TeX base system is far beyond the scope of this introduction. Binary packages should be available for any system that can run --- 452,459 ---- minitoc, url and ot2enc. All of these can be found on ! your friendly neighborhood CTAN site, . The installation of the TeX base system is far beyond the scope of this introduction. Binary packages should be available for any system that can run *************** *** 931,939 **** When properly configured, it will allow you to use Emacs to insert tags and check markup consistency. You could use it for HTML as ! well. Check the PSGML ! web site for downloads, installation instructions, and detailed documentation. --- 931,939 ---- When properly configured, it will allow you to use Emacs to insert tags and check markup consistency. You could use it for HTML as ! well. Check the PSGML web site, , ! for downloads, installation instructions, and detailed documentation. *************** *** 1051,1060 **** ! Norm Walsh offers a major mode ! specifically for DocBook which also has font-lock and a ! number of features to reduce typing. --- 1051,1059 ---- ! Norm Walsh offers a major mode specifically for DocBook, ! , ! which also has font-lock and a number of features to reduce typing. Index: doc/src/sgml/external-projects.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/external-projects.sgml,v retrieving revision 1.7 diff -c -c -r1.7 external-projects.sgml *** doc/src/sgml/external-projects.sgml 29 Dec 2004 23:36:46 -0000 1.7 --- doc/src/sgml/external-projects.sgml 31 Mar 2005 03:50:50 -0000 *************** *** 21,31 **** Many PostgreSQL-related projects are ! hosted at either ! GBorg at http://gborg.postgresql.org or pgFoundry at http://pgfoundry.org. There are other PostgreSQL-related projects that are hosted elsewhere, but you will have to do an Internet search to find them. --- 21,30 ---- Many PostgreSQL-related projects are ! hosted at either GBorg at or pgFoundry at . There are other PostgreSQL-related projects that are hosted elsewhere, but you will have to do an Internet search to find them. *************** *** 150,158 **** All of these can be found at GBorg (http://gborg.postgresql.org) or pgFoundry (http://pgfoundry.org). --- 149,157 ---- All of these can be found at GBorg () or pgFoundry (). Index: doc/src/sgml/geqo.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v retrieving revision 1.29 diff -c -c -r1.29 geqo.sgml *** doc/src/sgml/geqo.sgml 21 Feb 2005 02:21:00 -0000 1.29 --- doc/src/sgml/geqo.sgml 31 Mar 2005 03:50:50 -0000 *************** *** 286,301 **** ! The Hitch-Hiker's ! Guide to Evolutionary Computation (FAQ for comp.ai.genetic) ! Evolutionary ! Computation and its application to art and design by Craig Reynolds --- 286,301 ---- ! The Hitch-Hiker's Guide to Evolutionary Computation, ! , (FAQ for ) ! Evolutionary Computation and its application to art and design, ! , by Craig Reynolds Index: doc/src/sgml/gist.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/gist.sgml,v retrieving revision 1.15 diff -c -c -r1.15 gist.sgml *** doc/src/sgml/gist.sgml 8 Jan 2005 22:13:25 -0000 1.15 --- doc/src/sgml/gist.sgml 31 Mar 2005 03:50:50 -0000 *************** *** 30,41 **** ! Some of the information here is derived from the University of California at ! Berkeley's GiST Indexing Project web site and Marcel Kornacker's ! thesis, ! Access Methods for ! Next-Generation Database Systems. The GiST implementation in PostgreSQL is primarily maintained by Teodor Sigaev and Oleg Bartunov, and there is more information on their website: ! Some of the information here is derived from the University of California at ! Berkeley's GiST Indexing Project web site, , and Marcel Kornacker's ! thesis, Access Methods for Next-Generation Database Systems, ! . The GiST implementation in PostgreSQL is primarily maintained by Teodor Sigaev and Oleg Bartunov, and there is more information on their website: POSTGRES has also been used as an educational tool at several universities. Finally, Illustra ! Information Technologies (later merged into Informix, ! which is now owned by IBM.) picked up the code and commercialized it. In late 1992, POSTGRES became the primary data manager ! for the Sequoia ! 2000 scientific computing project. --- 65,79 ---- database, and several geographic information systems. POSTGRES has also been used as an educational tool at several universities. Finally, Illustra ! Information Technologies (later merged into ! Informix, , ! which is now owned by IBM, .) picked up the code and commercialized it. In late 1992, POSTGRES became the primary data manager ! for the Sequoia 2000 scientific computing project, ! . Index: doc/src/sgml/info.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/info.sgml,v retrieving revision 1.21 diff -c -c -r1.21 info.sgml *** doc/src/sgml/info.sgml 29 Nov 2003 19:51:37 -0000 1.21 --- doc/src/sgml/info.sgml 31 Mar 2005 03:50:50 -0000 *************** *** 34,42 **** Web Site ! The PostgreSQL ! web site carries details on the latest release and other information to make your work or play with PostgreSQL more productive. --- 34,42 ---- Web Site ! The PostgreSQL web site, ! , ! carries details on the latest release and other information to make your work or play with PostgreSQL more productive. Index: doc/src/sgml/installation.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v retrieving revision 1.229 diff -c -c -r1.229 installation.sgml *** doc/src/sgml/installation.sgml 23 Jan 2005 00:30:18 -0000 1.229 --- doc/src/sgml/installation.sgml 31 Mar 2005 03:50:51 -0000 *************** *** 248,254 **** systems have this built-in (e.g., Linux, NetBSD, Solaris), for other systems you ! can download an add-on package from here: . If you are using the Gettext implementation in the GNU C library then you will additionally --- 248,254 ---- systems have this built-in (e.g., Linux, NetBSD, Solaris), for other systems you ! can download an add-on package from . If you are using the Gettext implementation in the GNU C library then you will additionally *************** *** 1460,1467 **** platform generally means that PostgreSQL builds and installs according to these instructions and that the regression tests pass. Build farm entries refer to builds ! reported by the PostgreSQL ! Build Farm. Platform entries that show an older version of PostgreSQL are those that did not receive explicit testing at the time of release of version &majorversion; but that we still expect to work. --- 1460,1468 ---- platform generally means that PostgreSQL builds and installs according to these instructions and that the regression tests pass. Build farm entries refer to builds ! reported by the PostgreSQL Build Farm, ! . ! Platform entries that show an older version of PostgreSQL are those that did not receive explicit testing at the time of release of version &majorversion; but that we still expect to work. Index: doc/src/sgml/intro.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v retrieving revision 1.27 diff -c -c -r1.27 intro.sgml *** doc/src/sgml/intro.sgml 23 Dec 2004 05:37:39 -0000 1.27 --- doc/src/sgml/intro.sgml 31 Mar 2005 03:50:52 -0000 *************** *** 89,97 **** PostgreSQL is an object-relational database management system (ORDBMS) based on ! POSTGRES, Version 4.2, developed ! at the University of California at Berkeley Computer Science Department. POSTGRES pioneered many concepts that only became available in some commercial database systems much later. --- 89,97 ---- PostgreSQL is an object-relational database management system (ORDBMS) based on + POSTGRES, Version 4.2, ! , developed at the University of California at Berkeley Computer Science Department. POSTGRES pioneered many concepts that only became available in some commercial database systems much later. Index: doc/src/sgml/nls.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/nls.sgml,v retrieving revision 1.10 diff -c -c -r1.10 nls.sgml *** doc/src/sgml/nls.sgml 15 Nov 2004 06:32:14 -0000 1.10 --- doc/src/sgml/nls.sgml 31 Mar 2005 03:50:52 -0000 *************** *** 154,169 **** If there are already some .po files, then someone has already done some translation work. The files are named language.po, ! where language is the ISO ! 639-1 two-letter language code (in lower case), e.g., fr.po for French. If there is really a need for more than one translation effort per language then the files may also be named language_region.po ! where region is the ISO ! 3166-1 two-letter country code (in upper case), e.g., pt_BR.po for Portuguese in Brazil. If you find the language you wanted you can just start working on that file. --- 154,169 ---- If there are already some .po files, then someone has already done some translation work. The files are named language.po, ! where language is the ISO 639-1 two-letter language code, ! (in lower case), , ! e.g., fr.po for French. If there is really a need for more than one translation effort per language then the files may also be named language_region.po ! where region is the ISO 3166-1 two-letter country code (in upper case), ! , ! e.g., pt_BR.po for Portuguese in Brazil. If you find the language you wanted you can just start working on that file. Index: doc/src/sgml/plperl.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/plperl.sgml,v retrieving revision 2.37 diff -c -c -r2.37 plperl.sgml *** doc/src/sgml/plperl.sgml 17 Jan 2005 17:29:49 -0000 2.37 --- doc/src/sgml/plperl.sgml 31 Mar 2005 03:50:52 -0000 *************** *** 15,22 **** PL/Perl is a loadable procedural language that enables you to write ! PostgreSQL functions in the Perl programming language. --- 15,22 ---- PL/Perl is a loadable procedural language that enables you to write ! PostgreSQL functions in the Perl programming language, ! . *************** *** 200,210 **** Access to the database itself from your Perl function can be done via the function spi_exec_query described ! below, or via an experimental module DBD::PgSPI ! (also available at CPAN mirror ! sites). This module makes available a DBI-compliant database-handle named $pg_dbh that can be used to perform queries with normal DBI --- 200,209 ---- Access to the database itself from your Perl function can be done via the function spi_exec_query described ! below, or via an experimental module DBD::PgSPI, ! , ! (also available at CPAN mirror sites, ). This module makes available a DBI-compliant database-handle named $pg_dbh that can be used to perform queries with normal DBI Index: doc/src/sgml/plpython.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/plpython.sgml,v retrieving revision 1.26 diff -c -c -r1.26 plpython.sgml *** doc/src/sgml/plpython.sgml 30 Dec 2004 21:45:36 -0000 1.26 --- doc/src/sgml/plpython.sgml 31 Mar 2005 03:50:52 -0000 *************** *** 9,15 **** The PL/Python procedural language allows PostgreSQL functions to be written in the ! Python language. --- 9,15 ---- The PL/Python procedural language allows PostgreSQL functions to be written in the ! Python language,. Index: doc/src/sgml/pltcl.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/pltcl.sgml,v retrieving revision 2.35 diff -c -c -r2.35 pltcl.sgml *** doc/src/sgml/pltcl.sgml 13 Mar 2005 09:36:30 -0000 2.35 --- doc/src/sgml/pltcl.sgml 31 Mar 2005 03:50:53 -0000 *************** *** 16,23 **** PL/Tcl is a loadable procedural language for the PostgreSQL database system ! that enables the Tcl ! language to be used to write functions and trigger procedures. --- 16,23 ---- PL/Tcl is a loadable procedural language for the PostgreSQL database system ! that enables the Tcl language, , ! to be used to write functions and trigger procedures. Index: doc/src/sgml/problems.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v retrieving revision 2.22 diff -c -c -r2.22 problems.sgml *** doc/src/sgml/problems.sgml 25 Mar 2005 01:01:14 -0000 2.22 --- doc/src/sgml/problems.sgml 31 Mar 2005 03:50:53 -0000 *************** *** 266,274 **** It is better to report everything the first time than us having to squeeze the facts out of you. On the other hand, if your input files are huge, it is fair to ask first whether somebody is interested in looking into it. Here is ! an article, ! http://www.chiark.greenend.org.uk/~sgtatham/bugs.html, that outlines ! some more tips on reporting bugs. --- 266,273 ---- It is better to report everything the first time than us having to squeeze the facts out of you. On the other hand, if your input files are huge, it is fair to ask first whether somebody is interested in looking into it. Here is ! an article, , ! that outlines some more tips on reporting bugs. *************** *** 306,313 **** Another method is to fill in the bug report web-form available ! at the project's web site ! http://www.postgresql.org/. Entering a bug report this way causes it to be mailed to the pgsql-bugs@postgresql.org mailing list. --- 305,312 ---- Another method is to fill in the bug report web-form available ! at the project's web site, ! . Entering a bug report this way causes it to be mailed to the pgsql-bugs@postgresql.org mailing list. Index: doc/src/sgml/release.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/release.sgml,v retrieving revision 1.328 diff -c -c -r1.328 release.sgml *** doc/src/sgml/release.sgml 10 Feb 2005 04:52:31 -0000 1.328 --- doc/src/sgml/release.sgml 31 Mar 2005 03:51:00 -0000 *************** *** 106,113 **** PostgreSQL. A separate installer project has been created to ease installation on Windows — see ! http://www.postgresql.org/ftp/win32/. --- 106,112 ---- PostgreSQL. A separate installer project has been created to ease installation on Windows — see . *************** *** 428,434 **** The JDBC client interface has been removed from the core distribution, and is now hosted at http://jdbc.postgresql.org. --- 427,433 ---- The JDBC client interface has been removed from the core distribution, and is now hosted at . *************** *** 436,442 **** The Tcl client interface has also been removed. There are several Tcl interfaces now hosted at http://gborg.postgresql.org. --- 435,441 ---- The Tcl client interface has also been removed. There are several Tcl interfaces now hosted at . *************** *** 5463,5470 **** application examines the system catalogs, additional changes will be required due to the introduction of schemas in 7.3; for more information, see: ! http://developer.postgresql.org/~momjian/upgrade_tips_7.3. --- 5462,5468 ---- application examines the system catalogs, additional changes will be required due to the introduction of schemas in 7.3; for more information, see: .