Re: [PATCHES] Mark change-on-restart-only values in postgresql.conf

2006-07-24 Thread Peter Eisentraut
Am Montag, 24. Juli 2006 12:25 schrieb Zdenek Kotala: > OK, I going to change. Is there any limit to char per line? It's already committed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 1: if

Re: [PATCHES] Allow commenting of variables in postgresql.conf to - try 4

2006-07-24 Thread Peter Eisentraut
Am Montag, 24. Juli 2006 16:55 schrieb Stephen Frost: > #2: That variable can *not* be changed by a reload. > Notice-level message is sent to the log notifying the admin that the > change requested could not be performed. This already happens. -- Peter Eisent

Re: [PATCHES] Allow commenting of variables in postgresql.conf to - try 4

2006-07-24 Thread Peter Eisentraut
Joachim Wieland wrote: > On Mon, Jul 24, 2006 at 07:09:17PM +0200, Peter Eisentraut wrote: > > Am Montag, 24. Juli 2006 16:55 schrieb Stephen Frost: > > > #2: That variable can *not* be changed by a reload. > > > Notice-level message is sent to the log notifying the

[PATCHES] Patch for units in postgresql.conf

2006-07-25 Thread Peter Eisentraut
Here is a preliminary patch for units in postgresql.conf (and SET and so on, of course). It currently supports memory units only. Time units would be similar. Let me know if you have comments. (FWIW, work_mem is a good parameter to play with for trying this out.) -- Peter Eisentraut http

Re: [PATCHES] Patch for units in postgresql.conf

2006-07-25 Thread Peter Eisentraut
one. (Say, if you want to allow "KB", why not "mB"? And "kb" is clearly a kilobit, so we don't want to allow that in any case.) -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)-

Re: [PATCHES] Allow commenting of variables in postgresql.conf to -

2006-07-31 Thread Peter Eisentraut
with a code refactoring and random white space changes is a pretty optimal way to get your patch rejected. Please submit patches for these items separately. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 6: exp

Re: [PATCHES] Replication Documentation

2006-08-01 Thread Peter Eisentraut
o process was 1. post information on pgsql-general 1.a. solicit comments 2. put information page on web site 3. link from documentation to web site You seem to have short-circuited all that. I don't think this sort of material belongs directly into the PostgreSQL documentation. -- Peter

Re: [PATCHES] Allow commenting of variables in postgresql.conf to -

2006-08-05 Thread Peter Eisentraut
retty reasonable and does not appear to require the refactoring. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

Re: [HACKERS] [PATCHES] [DOCS] Values list-of-targetlists patch for comments (was Re:

2006-08-09 Thread Peter Eisentraut
presentation should go. I'm beginning to think that VALUES might be a separate command after all. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desir

Re: [HACKERS] [PATCHES] selecting large result sets in psql using cursors

2006-08-17 Thread Peter Eisentraut
Tom Lane wrote: > BTW, \u seems not to have any mnemonic value whatsoever ... isn't > there some other name we could use? Ever since pgsql-patches replies started going to -hackers, threading doesn't work anymore, so I for one can't tell what this refers to at all. --

Re: [HACKERS] [PATCHES] selecting large result sets in psql using

2006-08-18 Thread Peter Eisentraut
usly, this is for queries with large result sets. I'd guess that people will not normally look at those result sets interactively. If the target audience is instead psql scripting, you don't really need the most convenient command possible. A \set variable would make sense to me

Re: [PATCHES] Allow commenting of variables in postgresql.conf to -

2006-08-23 Thread Peter Eisentraut
ot; code to make it longer, then I don't believe in the merit of the patch. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [HACKERS] [PATCHES] psql 'none' as a HISTFILE special case

2006-08-25 Thread Peter Eisentraut
Am Freitag, 25. August 2006 17:03 schrieb Martin Atukunda: > hmm, setting HISTFILE to /dev/null doesn't work on my MacOSX here. Please elaborate on "doesn't work". -- Peter Eisentraut http://developer.postgresql.org/~petere/ -

Re: [PATCHES] Another VPATH patch for ecpg

2006-08-27 Thread Peter Eisentraut
Alvaro Herrera wrote: > I just detected another problem with building ecpg in a VPATH > environment. This patch fixes it for me. I think you will find that $(top_builddir)/$(subdir) is equivalent to "." -- Peter Eisentraut http://developer.postgr

Re: [PATCHES] updated patch for selecting large results sets in psql using cursors

2006-08-28 Thread Peter Eisentraut
oduce a difference between ; and \g. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [PATCHES]Traditional Chinese libpq-zh_TW.po for 7.5

2004-07-29 Thread Peter Eisentraut
Am Donnerstag, 29. Juli 2004 12:04 schrieb Zhenbang Wei: > All messages translated and fixed. Thanks. Installed. Thanks. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [PATCHES] Strings not possible to translate

2004-07-29 Thread Peter Eisentraut
always work (like in this case) when translating. > > And here is the patch also :-) Then commit it already. :-) -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 3: if posting/reading throu

Re: [PATCHES] win32 version info

2004-07-29 Thread Peter Eisentraut
> to buy into that? So far we haven't done any versioning on these because nothing checks their version. If you think that now something is going to check their versions, then we're going to have to do something about that. But what will happen if they stay a

Re: [PATCHES] win32 version info

2004-07-29 Thread Peter Eisentraut
certain things must have one. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your

Re: [PATCHES]Traditional Chinese initdb-zh_TW.po for 7.5

2004-07-29 Thread Peter Eisentraut
Zhenbang Wei wrote: > All messages translated. Installed, including the subsequent ones. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropri

Re: [PATCHES] pgxs: build infrastructure for extensions v4

2004-07-30 Thread Peter Eisentraut
e required it would be best if you could proceed without me... Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [PATCHES] Admin functions contrib

2004-07-31 Thread Peter Eisentraut
Bruce Momjian wrote: > Do people want the server file logging/rotating patch applied if it > is Unix-only? Right now the patch is ifdef'ed so Win32 use of it is > disabled. How is logging typically handled on Windows? -- Peter Eisentraut http://developer.postgres

Re: [PATCHES] correct docbook version

2004-07-31 Thread Peter Eisentraut
Euler Taveira de Oliveira wrote: > I saw some inconsistence in the docbook version. Here is a patch that > just correct it. These files are obsolete. I've removed them. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end o

Re: [PATCHES] win32 version info - try 2

2004-07-31 Thread Peter Eisentraut
ithout source in our CVS We can import the original format (or some variant) and create the icon at build time. This would also be better for other distributors. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)---

Re: [PATCHES] Another transation fix

2004-07-31 Thread Peter Eisentraut
Joe Conway wrote: > FWIW, I can compile with the attached patch. That looks awfully close to what we started from... :-/ -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [PATCHES] win32 version info - try 2

2004-07-31 Thread Peter Eisentraut
issue, and a practical issue. If you say the icon is created by hand, then that's OK, although up to now I've created all icons programmatically from, say, a PNG or SVG source. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadc

Re: [PATCHES] pg_config

2004-08-01 Thread Peter Eisentraut
Bruce Momjian wrote: > Patch applied. Thanks. > > I made all the changes you suggested and the additions to path.c for > the new parameters. I think you forgot to commit the new source files. -- Peter Eisentraut http://developer.postgresql.org/~petere/ --

Re: [PATCHES] pg_config

2004-08-01 Thread Peter Eisentraut
Bruce Momjian wrote: > Oops, sorry, done. The --pgxs option seems to have gotten lost in the conversion. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 7: don't forget to increase your free s

Re: [PATCHES]Traditional Chinese translations in UTF-8 for 7.5

2004-08-01 Thread Peter Eisentraut
Zhenbang Wei wrote: > Using UTF-8 instead of anonying Big5. > Sorry for causing problems. Installed. Whatever works for you is OK. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 7: don'

Re: [PATCHES] UTF8 for all translations?

2004-08-01 Thread Peter Eisentraut
y display. We, however, have to do encoding conversion anyway, so it effectively doesn't matter which encoding we initially store it in. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [PATCHES]Traditional Chinese initdb-zh_TW.po for 7.5

2004-08-02 Thread Peter Eisentraut
Zhenbang Wei wrote: > 3 new messages translated. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [PATCHES]Traditional Chinese postgres-zh_TW.po for 7.5

2004-08-02 Thread Peter Eisentraut
Zhenbang Wei wrote: > Translate more messages in addition to fix existing ones. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [PATCHES] win32 readline

2004-08-02 Thread Peter Eisentraut
the operation of the server, only a 'luxury item' > that we've all gotten used to being there :) By that logic, approximately 37% of all features count as luxury items. :) -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broad

Re: [PATCHES]postgres-zh_TW.po for 7.5

2004-08-03 Thread Peter Eisentraut
Zhenbang Wei wrote: > 1 message fixed. > 250 messages translated. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command

Re: [PATCHES] pg_dump, initdb, pg_ctl i18n-zh_CN

2004-08-10 Thread Peter Eisentraut
Weiping wrote: > all for current source, please apply, > thank you! Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [PATCHES] po files for libpq, psql and scripts

2004-08-10 Thread Peter Eisentraut
Weiping wrote: > all for current code, please apply, thanks! > > regards laser Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index sca

Re: [PATCHES] pg_controldata i18n Zh_CN

2004-08-10 Thread Peter Eisentraut
Weiping wrote: > please apply, thanks! > > regards laser Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [PATCHES] Russian translation updates for 8.0

2004-08-10 Thread Peter Eisentraut
rom your > page and fix the rest. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL

Re: [PATCHES] Translation updates for 7.4/8.0: postgres-ru.po.gz

2004-08-10 Thread Peter Eisentraut
Serguei Mokhov wrote: > A few more backend translations. Please apply this > to both, 7.4 and CVS HEAD. Both done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 9: the planner will ignore your

Re: [PATCHES]postgres-zh_TW.po for current

2004-08-10 Thread Peter Eisentraut
Zhenbang Wei wrote: > Translate 100 messages from JiaYun. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [PATCHES]pg_dump-zh_TW.po for current

2004-08-10 Thread Peter Eisentraut
Zhenbang Wei wrote: > New messages translated. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [PATCHES] Translation updates: pg_ctl-ru.po.gz

2004-08-11 Thread Peter Eisentraut
Am Mittwoch, 11. August 2004 06:59 schrieb Serguei Mokhov: > Forgot to attach translated pg_ctl last time. > Please, install. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 4: Don't &#

Re: [PATCHES] more massaging on pgxs postresql extension infrastructure

2004-08-11 Thread Peter Eisentraut
Am Mittwoch, 11. August 2004 16:25 schrieb Fabien COELHO: > (b) I think it is a key feature that one should be able to compile > contrib with the already installed postgresql, without having > to reconfigure. Why? I think it would be an entirely useless feature. -- Peter E

Re: [PATCHES] Translation updates for 7.4/8.0: postgres-ru

2004-08-13 Thread Peter Eisentraut
Am Donnerstag, 12. August 2004 16:26 schrieb Serguei Mokhov: > A new batch of translated messges for the backend. > Please apply to both 7.4 and 8.0. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)-

Re: [PATCHES] Translation updates for 8.0: pg_controldata-ru, pg_resetxlog-ru, pgscripts-ru

2004-08-13 Thread Peter Eisentraut
Am Donnerstag, 12. August 2004 16:23 schrieb Serguei Mokhov: > These are fully translated. Some messages > were tweaked, with some errors fixed. > Please install for 8.0. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of

Re: [PATCHES] Translation updates for 8.0: initdb-ru, psql-ru

2004-08-14 Thread Peter Eisentraut
Serguei Mokhov wrote: > Please install the next cut on Russian translations > for 8.0. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [PATCHES] Translation updates for 7.4.4(!!) / 8.0: postgres-ru

2004-08-14 Thread Peter Eisentraut
Serguei Mokhov wrote: > Another chunk of translated backend messages. > It'd be cool if it makes into 7.4.4 before it > is rolled out. Please also apply to 8.0. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(en

Re: [PATCHES] added pkg-config script

2004-08-22 Thread Peter Eisentraut
dd more mechanisms of the kind. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [PATCHES] added pkg-config script

2004-08-22 Thread Peter Eisentraut
#x27;t have a --cppflags option, only --cflags, so I'm already wondering how one can write correct makefiles with it. > there are hundred millions of configure script that cannot > decide how to get postgres' cflags and libs by themselves. That's nonsense. pg_config is succes

Re: [PATCHES] [BUGS] BUG #1219: pgxs does not work fully

2004-08-24 Thread Peter Eisentraut
r it should be "libdir"? Yes it should. Please change it. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail comman

Re: [PATCHES] Translation updates for 8.0: psql-ru

2004-08-24 Thread Peter Eisentraut
Serguei Mokhov wrote: > Please install this one. It fixes up 8 strings > I missed last time due to working on older version > of downloaded .po file. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--

Re: [PATCHES] Translation updates for 7.4/8.0: postgres-ru

2004-08-24 Thread Peter Eisentraut
Serguei Mokhov wrote: > Yet another chunk of backend messages translated > into Russian. Please install in both: 7.4 and 8.0 > branches. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 6:

Re: [PATCHES] 8.0.0b1: configure.in cygipc

2004-08-26 Thread Peter Eisentraut
ment. It's completely irrelevant whether cygserver is running when building PostgreSQL. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [PATCHES] New Language Translation

2004-08-29 Thread Peter Eisentraut
"IR"? Else I would just call the translation files "fa.po". -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

Re: [PATCHES] 8.0.0b1: configure.in cygipc

2004-08-30 Thread Peter Eisentraut
else cygipc? -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html

Re: [PATCHES] pgxs default installation + various fixes

2004-09-02 Thread Peter Eisentraut
uld remove install-all-headers. It's very confusing otherwise. > This target maybe of interest of packagers. This I don't understand. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 5: H

Re: [PATCHES] pgxs default installation + various fixes

2004-09-02 Thread Peter Eisentraut
aintainer. No, the way this works is that the package building script installs everything in one tree and then has file lists (with wildcards) that determine which files belong in which package. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadca

Re: [PATCHES] pgxs default installation + various fixes

2004-09-12 Thread Peter Eisentraut
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > Where are we on this? > > I think we're waiting on Peter to review it. I have no technical issue with the patch, except that as I have previously mentioned, I don't particularly care for what it d

Re: [PATCHES] New Translation

2004-09-12 Thread Peter Eisentraut
weaker. "fa_IR" would uselessly restrict the range of users that would be able to use this translation. Translations are primarily targeted for a language, not a country. If wxWidgets is broken, that's not our problem. -- Peter Eisentraut http://developer.postgresql.org/~petere/

Re: [PATCHES] Translation updates for 8.0: initdb-ru, pg_dump-ru, psql-ru

2004-09-13 Thread Peter Eisentraut
Serguei Mokhov wrote: > I updated all the attached .po files back to 100% an also > tweaked some messages and fixed discovered typos in psql. > Please apply. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of

Re: [PATCHES] New Translation

2004-09-13 Thread Peter Eisentraut
[EMAIL PROTECTED] wrote: > hello, > we are starting a new language translation in postgresql. > I send the pg_controldata message translation in Farsi language. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of

Re: [PATCHES] new spanish translations

2004-09-13 Thread Peter Eisentraut
Alvaro Herrera wrote: > pg_ctl and initdb spanish translation files are attached. Please > apply. Note that they have to be added to both nls.mk files. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of bro

Re: [PATCHES] NLS: czech

2004-09-13 Thread Peter Eisentraut
Karel Zak wrote: > attached is patch with Czech .po files updates (some files are new). Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose

Re: [PATCHES]Update 2 zh_TW message files for 8.0

2004-09-13 Thread Peter Eisentraut
Zhenbang Wei wrote: > Fix libpq-zh_TW.po and translate more messages in postgres-zh_TW.po. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send

Re: [PATCHES] po update for zh_CN

2004-09-13 Thread Peter Eisentraut
t specifications in 'msgid' and 'msgstr' for argument 1 are not the same backend-zh_CN.po:8094: number of format specifications in 'msgid' and 'msgstr' does not match backend-zh_CN.po:8104: number of format specifications in 'msgid' and 'msgstr

Re: [PATCHES] Some patches terminated

2004-09-13 Thread Peter Eisentraut
Mirko Tebaldi - Pubblico wrote: > Here is some italian .po file terminated. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [PATCHES] Translation updates for 7.4/8.0: postgres-ru

2004-09-13 Thread Peter Eisentraut
Serguei Mokhov wrote: > A chunk of 120 translated messages. Please > apply to both, 7.4/8.0 branches. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 9: the planner will ignore your desire to

Re: [PATCHES] po update for zh_CN

2004-09-13 Thread Peter Eisentraut
Weiping wrote: > Peter Eisentraut wrote: > >Weiping wrote: > >>Hi, > >>We updated the 8.0 NLS files. > > > >I've installed all except the backend one. Please fix the following > >errors > > fixed and attached. OK, committed. --

Re: [PATCHES] Updated postgres-it.po.bz2 for CURRENT branch

2004-09-13 Thread Peter Eisentraut
t your files from current. You can also work fixing up the 7.4 if you wish; then you should get your files from 7.4. Just be sure to indicate what you want to be done with your files when you submit them. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---

Re: [PATCHES] Farsi translation for psql

2004-09-13 Thread Peter Eisentraut
[EMAIL PROTECTED] wrote: > This is the farsi translation for "psql" attached. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 6: Have you searched our list archives?

Re: [PATCHES] Translation updates for 8.0: libpq-ru, pg_ctl-ru, pg_dump-ru, psql-ru

2004-09-20 Thread Peter Eisentraut
Am Dienstag, 14. September 2004 08:24 schrieb Serguei Mokhov: > Sorry for pushing more translation updates on your head > right away ;-) Please apply to 8.0. As of this email > these all should be 100%... Done. -- Peter Eisentraut http://developer.postgresql.or

Re: [PATCHES] Translation updates

2004-09-20 Thread Peter Eisentraut
Am Mittwoch, 15. September 2004 00:24 schrieb Alvaro Herrera: > Attached are updated spanish translations for libpq and pg_dump. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 7: don'

Re: [PATCHES] More spanish translation updates

2004-09-20 Thread Peter Eisentraut
Am Mittwoch, 15. September 2004 00:49 schrieb Alvaro Herrera: > Attached are pg_controldata and pg_resetxlog spanish translation > updated. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)---

Re: [PATCHES] Yet another pair of spanish translation updates

2004-09-20 Thread Peter Eisentraut
Am Mittwoch, 15. September 2004 03:47 schrieb Alvaro Herrera: > Attached are the backend's and pgscripts spanish translation updates. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- T

Re: [PATCHES]Update zh_TW message files

2004-09-20 Thread Peter Eisentraut
Am Freitag, 17. September 2004 08:09 schrieb Zhenbang Wei: > Update to latest messages and fix those invalid. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 6: Have you searched our l

Re: [PATCHES] Turkish translation of initdb.pot

2004-09-20 Thread Peter Eisentraut
message catalog (little endian), revision 0, 84 messages $ file src/bin/initdb/po/de.po src/bin/initdb/po/de.po: ISO-8859 PO (gettext message catalogue) text -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 8:

Re: [PATCHES] French translation updates for 7.4 and 7.5

2004-09-20 Thread Peter Eisentraut
Am Sonntag, 19. September 2004 10:29 schrieb LELARGE Guillaume: > You'll find two attachments for 7.4 and 7.5 messages. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 6: Have you sear

Re: [PATCHES] Translation updates for 7.4/8.0: postgres-ru

2004-09-20 Thread Peter Eisentraut
Am Montag, 20. September 2004 09:27 schrieb Serguei Mokhov: > Please use this for the backend translations when you > get to install 'em. This one replaces the one sent earlier > with more messages translated and fixed. Done. -- Peter Eisentraut http://developer.postgres

Re: [PATCHES] psql \set case sensitive for boolean (OFF/off)

2004-09-21 Thread Peter Eisentraut
behavior is consistent. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [PATCHES] pg_hba.conf additional comment re local line

2004-09-21 Thread Peter Eisentraut
ybe initdb should just remove those lines on Windows. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [PATCHES] cast pid_t to int when using *printf

2004-09-24 Thread Peter Eisentraut
d be that pid_t is wider than an int, so casting it to int would potentially lose information. (Btw., the Windows port defines pid_t as unsigned long; that's surely wrong.) -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)-

Re: [PATCHES] cast pid_t to int when using *printf

2004-09-24 Thread Peter Eisentraut
entifiers are all positive, both on Windows and on Unix systems. (Tertiary note: Never #define one type to another, always use typedef.) -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 3: if posting/re

Re: [PATCHES] plpython win32

2004-09-24 Thread Peter Eisentraut
L_HOST]) and resolve the issue using $host_os. Also, add some comments to the magic you add in the makefiles. The hardcoded Python version number will of course not stand the test of time. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)-

Re: [PATCHES] plpython win32

2004-09-24 Thread Peter Eisentraut
"appends the python version". -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [PATCHES] plpython win32

2004-09-24 Thread Peter Eisentraut
# # Look for Python and set the output variable 'PYTHON' # to 'python' if found, empty otherwise. AC_DEFUN([PGAC_PATH_PYTHON], [AC_PATH_PROG(PYTHON, python) if test x"$PYTHON" = x""; then AC_MSG_ERROR([Python not found

Re: [PATCHES] Casting INT4 to BOOL...

2004-10-11 Thread Peter Eisentraut
bly right on this front in that the value 1 should be considered > true and 0 should be considered false. My $0.02. -sc That's really Qt's problem. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)---

Re: [PATCHES] plperl features

2004-10-11 Thread Peter Eisentraut
always be one more feature. Considering that we're already a long time into the beta phase, and we're still working out portability issues especially in the various plug-ins, we really ought to be strict about the freeze in that area if we ever want to get finished. -

Re: [PATCHES] Casting INT4 to BOOL...

2004-10-12 Thread Peter Eisentraut
trary and artifical. (2::int => '2'::text is not arbitrary in my mind, but 1::int => true is just something a C programmer could make up.) But I'm clearly in the minority here. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of bro

Re: [PATCHES] Translation updates fo 7.4/8.0: postgres-ru

2004-10-12 Thread Peter Eisentraut
Serguei Mokhov wrote: > Another chunk. Please apply to both, 7.4 and 8.0 Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [PATCHES] Translation update for 8.0: psql-ru

2004-10-12 Thread Peter Eisentraut
Serguei Mokhov wrote: > A new string transladed. Please install. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [PATCHES] (Turkish) New translation: pg_resetxlog, Updated translation: pg_ctl

2004-10-12 Thread Peter Eisentraut
gram, messages go fuzzy or obsolete. Indeed I see two fuzzy messages in that particular file. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [PATCHES] pg_config translation to pt_BR

2004-10-12 Thread Peter Eisentraut
Euler Taveira de Oliveira wrote: > Here is a patch to available the first translation of pg_config. The > files attached needs to be in src/bin/pg_config. Basically, it is two > files (nls.mk, pt_BR.po) and one directory (po/). Installed. -- Peter Eisentraut http://developer.postg

Re: [PATCHES] pg_restore - added documentation

2004-10-13 Thread Peter Eisentraut
e is restored.". "target database" sounds a lot better. Your other change, "issue commands" may be interpreted incorrectly. When not restoring to a database, the commands are in fact "output", not "issued". Not sure how to make that clear, though I

Re: [PATCHES] pg_restore - added documentation

2004-10-13 Thread Peter Eisentraut
Bruce Momjian wrote: > OK, wording updated and applied. I used "process" instead of > "issue". I think this is drifting farther and farther from the target... Does anyone else have a wording suggestion? -- Peter Eisentraut http://develo

Re: [PATCHES] Win32 & NLS

2004-10-17 Thread Peter Eisentraut
ment variables only serve as a default when you call setlocale() without an actual locale value. But to enable any locale, you always need to call setlocale() somehow, somewhere. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(en

Re: [PATCHES] new target for contrib/Makefile

2004-09-29 Thread Peter Eisentraut
ning. Then again, the original proposal doesn't sound so bad either. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [PATCHES] LDFLAGS overriding

2004-10-01 Thread Peter Eisentraut
FLAGS. > This causes incorrect order in the linker command-line, which fails > in building shared libs. A similar problem as with building php. Please point out where that happens so it can be corrected. -- Peter Eisentraut http://developer.postgresql.org/~petere/ --

Re: [PATCHES] Translation update for 8.0: libpq-ru

2004-10-03 Thread Peter Eisentraut
Serguei A. Mokhov wrote: > I have updated the SSL-related messages in libpq that became fuzzy > due to recent visit from the message style police. Please apply. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of bro

Re: [PATCHES] Translation updates for pt_BR

2004-10-03 Thread Peter Eisentraut
Euler Taveira de Oliveira wrote: > Attached is the initdb, libpq, pg_controldata, pg_ctl, pg_resetxlog, > psql and scripts translation updates. Note that pg_ctl have to be > added to nls.mk > Please apply. Done. -- Peter Eisentraut http://developer.postgresql

Re: [PATCHES] pg_dump translation update: pt_BR

2004-10-03 Thread Peter Eisentraut
Euler Taveira de Oliveira wrote: > This is the pg_dump translation update. Please apply it to HEAD. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 2: you can get off all lists at once with

<    1   2   3   4   5   6   7   8   9   >