BTM
Posts tagged hebdomadaires
Nouvelles hebdomadaires de PostgreSQL – 8 août 2010 – PostgreSQLfr.org
Aug 11th
Paul Matthews, reviewed by Andrew Geery; In pgsql/doc/src/sgml/syntax.sgml, add an example to clarify the use of ORDER BY in multiple-argument aggregates. People seem to not get this right without help. In pgsql/doc/src/sgml/libpq.sgml, …
Nouvelles hebdomadaires de PostgreSQL – 6 juin 2010 – PostgreSQLfr.org
Jul 6th
In pgsql/doc/src/sgml/ref/reassign_owned.sgml, add note about database ownership to REASSIGN OWNED command documentation, per Josh Berkus. Add ALTER DATABASE to the "see also" section, too. In pgsql/src/include/catalog/pg_control.h, …
Nouvelles hebdomadaires de PostgreSQL – 16 mai 2010 – PostgreSQLfr.org
Jun 9th
In pgsql/doc/src/sgml/ref/pg_restore.sgml, improve documentation of pg_restore’s -l and -L switches to point out their interactions with filtering switches, such as -n and -t. Per a complaint from Russell Smith. …
Nouvelles hebdomadaires de PostgreSQL – 9 mai 2010 – PostgreSQLfr.org
Jun 2nd
In pgsql/doc/src/sgml/config.sgml, change wording so that you don’t need to understand that wal_levels form a hierarchy. Per Simon Riggs’s suggestion. In pgsql/src/backend/access/transam/xlog.c, need to hold ControlFileLock while …
Nouvelles hebdomadaires de PostgreSQL – 2 mai 2010 – PostgreSQLfr.org
Jun 2nd
In pgsql/doc/src/sgml/jadetex.cfg, install a workaround for ‘TeX capacity exceeded’ problem when building PDF output for recent versions of the documentation. There is probably a better answer out there somewhere, but we need something …
Nouvelles hebdomadaires de PostgreSQL – 11 avril 2010 …
May 12th
In pgsql/doc/src/sgml/ddl.sgml, reword exclusion constriants to mention that the operator can return false or null, per Tom. Simon Riggs a commité : Change some debug ereports to elogs, as requested by translation team. …
Nouvelles hebdomadaires de PostgreSQL – 18 avril 2010 …
May 12th
In pgsql/doc/src/sgml/config.sgml, remove example of archive_command from configure section; instead have users look at the referenced section for examples, per idea from Greg Smith. In pgsql/doc/src/sgml/wal.sgml, add "SSD" acronym …