[PATCHES] Updated version of Polish translation.

2005-01-13 Thread toczek
Hello. I've made same updates and fixed some errors in file initdb-pl.po. File is attached. toczek # INITDB Translated Messages into the Polish Language (ISO-8859-2) # # Copyright (c) 2005 toczek, [EMAIL PROTECTED] # Distributed under the same licensing terms as PostgreSQL itself. # # msgid "" msgs

[PATCHES] Updated Polish translation.

2005-01-13 Thread toczek
Hello. I've updated translation of file pg_config-pl.po and I'm sending it to you ;]. File is attached. toczek # PG_CONFIG Translated Messages into the Polish Language (ISO-8859-2) # # Copyright (c) 2005 toczek, [EMAIL PROTECTED] # Distributed under the same licensing terms as PostgreSQL itself.

[PATCHES] Polish translation of libpq file.

2005-01-13 Thread toczek
Hello again ;] I've translated file libpq and as usually files attached goes : libpq-pl.po goes to folder: ~/pgsql/src/interfaces/libpq/po/pl.po nls.mk goes to folder: ~/pgsql/src/interfaces/libpq/nls.mk greetings toczek. # LIBPQ Translated Messages into the Polish Language (ISO-8859-2) # # Copyrig

[PATCHES] Polish translation of file pg_controldata.

2005-01-13 Thread toczek
hi. and another file has been translated ;]. pg_controldata-pl.po goes to folder: ~/pgsql/src/bin/pg_controldata/po/pl.po nls.mk goes to folder: ~/pgsql/src/bin/pg_controldata/nls.mk greetings toczek. # PG_CONTROLDATA Translated Messages into the Polish Language (ISO-8859-2) # # Copyright (c) 2005

Re: [PATCHES] Another Plpgsql trigger example - summary table

2005-01-13 Thread Tom Lane
Mark Kirkwood <[EMAIL PROTECTED]> writes: > Looking at option 2, it seems reasonable to add a trimmed trigger > example into the plpgsql examples section now, and leave the data > warehouse introductory stuff for its own chapter at some later stage. Patch applied. regard

Re: [PATCHES] Returning multiple cursors from PL/PgSQL

2005-01-13 Thread Tom Lane
David Fetter <[EMAIL PROTECTED]> writes: > Please find attached an example that allows people to return multiple > named refcursors from a function. Big kudos to Kris Jurka for > figuring this out and pasting to rafb :) Applied the latest version of this. regards, tom lan

Re: [PATCHES] Example of ALTER COLUMN TYPE with USING

2005-01-13 Thread Tom Lane
David Fetter <[EMAIL PROTECTED]> writes: > This patch adds an example of ALTER COLUMN TYPE with a USING clause. Applied. regards, tom lane ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an app

Re: [PATCHES] Returning multiple cursors from PL/PgSQL

2005-01-13 Thread David Fetter
On Thu, Jan 13, 2005 at 01:44:58PM -0500, Tom Lane wrote: > David Fetter <[EMAIL PROTECTED]> writes: > >> Please find attached an example that allows people to return multiple > >> named refcursors from a function. Big kudos to Kris Jurka for > >> figuring this out and pasting to rafb :) > > > Oo

Re: [PATCHES] Returning multiple cursors from PL/PgSQL

2005-01-13 Thread Tom Lane
David Fetter <[EMAIL PROTECTED]> writes: >> Please find attached an example that allows people to return multiple >> named refcursors from a function. Big kudos to Kris Jurka for >> figuring this out and pasting to rafb :) > Oops. Joe Conway pointed out that this patch could be more succinct > a

Re: [PATCHES] Translation updates

2005-01-13 Thread Peter Eisentraut
Alvaro Herrera wrote: > Here is the last round of spanish translation updates. Corrects a > couple of typos and include last-minute changes and additions. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--

Re: [PATCHES] Returning multiple cursors from PL/PgSQL

2005-01-13 Thread David Fetter
On Wed, Jan 12, 2005 at 09:33:30PM -0800, David Fetter wrote: > Folks, > > Please find attached an example that allows people to return multiple > named refcursors from a function. Big kudos to Kris Jurka for > figuring this out and pasting to rafb :) Oops. Joe Conway pointed out that this patc