== WöchentlicherPostgreSQL Newsletter - 21.Juni 2009

== WöchentlicherPostgreSQL Newsletter - 21.Juni 2009

am 22.06.2009 13:53:05 von adsmail

Der Originalartikel befindet sich unter:
http://www.postgresql.org/community/weeklynews/pwn20090621


== Wöchentlicher PostgreSQL Newsletter - 21. Juni 2009 ==

Der Call for Papers für pgday.eu ist eröffnet. Vorträge einr=
eichen!
http://2009.pgday.eu/

2ndQuadrant bietet am 1. Oktober kostenlosen Support für Studenten der
L'Aquila Universität in der Abruzzi Region für einen Zeitraum von
15 Monaten an. Für mehr Informationen (in italienisch):
http://blog.2ndquadrant.it/it/2009/06/2ndquadrant-universita -aquila.html

Das OpenSQL Camp findet am 22. und 23. August in St. Augustin,
Deutschland, in der Nähe von Bonn und Köln, statt. Einsendeschlu=
ß für
den CfP ist der 19. Juli 2009. Vorträge einreichen!
http://opensqlcamp.org/Events/2009/Call_for_Participation

Der CfP für PyCon Argentina ist bis zum 29. Juni 2009 23:59 ART
geöffnet. Die Konferenz selbst findet in Buenos Aires am 4. und 5.
September 2009 statt.
http://ar.pycon.org/2009/rfp/

== PostgreSQL Produkt Neuigkeiten ==

Benetl 2.8, ein ETL Werkzeug für Dateien, die PostgreSQL nutzen, ist
erschienen.
http://www.benetl.net

MicroOLAP Database Designer 1.2.8 für PostgreSQL ist erschienen.
http://microolap.com/products/database/postgresql-designer/

PostGIS 1.4.0 Beta 1, ein Geo-Informationssystem für PostgreSQL,
ist erschienen.
http://postgis.refractions.net/

rubyrep 1.0.3, ein asynchrones Master-Master Replikationssystem, ist
erschienen.
http://www.rubyrep.org

== PostgreSQL 8.4 Feature der Woche ==

EXPLAIN ANALYZE zeigt dir den Speicherverbraucht von Sort- und
Hashoperationen.

== PostgreSQL Tipp der Woche==

Userdefinierte Einstellungen (GUC) wie work_mem und constraint_exclusion
können als Voreinstellung für eine ROLE oder Funktion gesetzt
werden.

== PostgreSQL Jobs im Juni ==

http://archives.postgresql.org/pgsql-jobs/2009-06/threads.ph p

== PostgreSQL Lokal ==

pgDay San Jose findet am Sonntag, dem 19. Juli 2009, unmittelbar
vor der OSCON statt. Anmelden unter:
http://postgresql.meetup.com/1/calendar/10626647

Der CfP für PGCon Brasilien ist eröffnet!
http://pgcon.postgresql.org.br/2009/chamadas.en.php

PGCon Brasilien wird am 23.-24. Oktober 2009 auf dem Unicamp in
Campinas, Sao Paulo, stattfinden.

PGDay.EU 2009 wird an der Telecom ParisTech Universität in Paris,
Frankreich, am 6. und 7. Nivember 2009 stattfinden.
http://www.pgday.eu/

Die 10. jährliche JPUG Konferenz hat den Aufruf für Vorträge=
gestartet.
Die Konferenz findet am 20-21. November 2009 in Tokio, Japan, statt.
http://archives.postgresql.org/pgsql-announce/2009-05/msg000 18.php

== PostgreSQL in den News ==

Planet PostgreSQL: http://planet.postgresql.org/

Dieser wöchentliche PostgreSQL Newsletter wurde erstellt von David
Fetter und Josh Berkus

Sende Neuigkeiten und Ankündigungen bis Sonntag, 15 Uhr Pazifischer
Zeit. Bitte sende englische Beiträge an david@fetter.org, deutsche an
pwn@pgug.de, italienische an pwn@itpug.org.

== Angewandte Patches ==

Peter Eisentraut committed:

- In pgsql/src/pl/plpgsql/src/pl_exec.c, fix typo in error message:
tgargv -> tg_argv

- In pgsql/doc/src/sgml/maintenance.sgml, add another link of a GUC
variable to where it is explained.

- Refine the use of terminology around bound and unbound cursors and
cursor variables. Remove the confusing term "reference cursor".

- Add some more documentation and cross-links on using dblink with
SQL/MED.

- In pgsql/doc/Makefile, don't attempt to "rm" directories on
uninstall.

- Add manvolnum, so that man pages are generated.

- In pgsql/doc/src/sgml/Makefile, don't convert the man page names to
lower case, so that the .so links work. This is pretty much a
workaround for incomplete tools, but having the man page names in
upper case looks more natural anyway.

- In pgsql/doc/Makefile, extend man page installation hackery so that
the man page section is also fixed up in the .so links.

- Message fixes.

Tom Lane committed:

- In pgsql/src/backend/executor/nodeAgg.c, ExecAgg() failed to finish
running out set-returning functions in the last aggregated tuple of
a run. Per report from Laurenz Albe. This is a new bug in 8.4, but
only because prior versions rejected SRFs in an Agg plan node
altogether.

- Proofreading for Bruce Momjian's recent round of documentation
proofreading. Most of those changes were good, but some not so
good...

- Fix the just-reported problem that you can't specify all four
trigger event types in CREATE TRIGGER. While at it, clean up the
amazingly tedious and inextensible way that the trigger event type
list was handled. Per report from Greg Sabino Mullane.

- Fix things so that array_agg_finalfn does not modify or free its
input ArrayBuildState, per trouble report from Merlin Moncure. By
adopting this fix, we are essentially deciding that aggregate
final-functions should not modify their inputs ever. Adjust
documentation and comments to match that conclusion.

Heikki Linnakangas committed:

- Fix a few errors in comments. Patch by Fujii Masao, plus the one in
visibilitymap.c by me.

== Abgelehnte Patches (bis jetzt) ==

No one was disappointed this week :-)

== Eingesandte Patches ==

Gurjeet Singh sent in a Perl program called neurodiff which allows
comparing both regular expression matches and result sets independent
of order.

Robert Haas sent in a patch to change do_tup_output to take Datum
arguments rather than cstring.

Kevin Grittner sent in another version of his
toast-main-out-of-line-reluctantly patch.

Jeremy Kerr sent in another revision of his patch to compare
word-at-a-time in src/backend/utils/adt/varchar.c's bcTruelen.

Fujii Masao sent in another revision of the sync rep patch.

Petr (PJMODOS) Jelinek sent in a patch which allows per-schema GRANT
and REVOKE on database objects.

Robert Haas sent in another revision of his "generic options for
explain" patch.

Robert Haas sent in another revision of his machine-readable explain
output patch.

--=20
Andreas 'ads' Scherbaum
Deutsche PostgreSQL User Group: http://www.pgug.de
DPWN: http://andreas.scherbaum.la/blog/categories/18-PWN

--=20
Sent via pgsql-de-allgemein mailing list (pgsql-de-allgemein@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-de-allgemein