Re: [PATCHES] win32mak_patch

2008-04-29 Thread Magnus Hagander
Hiroshi Saito wrote: Anyway. If you get references to it, you need to pull in port/dirmod.c into psql as well. Normally, it would get this through libpgport, but it looks like your custom makfile is pulling the files in directly instead. So adding dirmod to the list of stuff from src/port should

Re: [PATCHES] [HACKERS] Proposed patch - psql wraps at window width

2008-04-29 Thread Bruce Momjian
Bryce Nesbitt wrote: > Bruce Momjian wrote: > > I have updated the documentation for this patch. I consider it ready to > > apply. I think it is as close to a middle ground as we are going to > > get. Further adjustment will have to happen when we have more reports > > from the field. > > I hear

Re: [PATCHES] [HACKERS] [DOCS] pg_total_relation_size() and CHECKPOINT

2008-04-29 Thread Zubkovsky, Sergey
Hi, Here is the patch. Check it, please. Locations of the added files: src\include\port\win32_msvc\sys\stat.inl src\port\stat_pg_fixed.c Thank you. -Original Message- From: Andrew Dunstan [mailto:[EMAIL PROTECTED] Sent: Saturday, March 29, 2008 4:18 PM To: Zubkovsky, Sergey Cc:

Re: [PATCHES] [HACKERS] [DOCS] pg_total_relation_size() and CHECKPOINT

2008-04-29 Thread Magnus Hagander
I already applied a different patch for this quite some time ago. So what's in HEAD (and current in 8.3 and 8.2) should be fixed already. //Magnus Zubkovsky, Sergey wrote: Hi, Here is the patch. Check it, please. Locations of the added files: src\include\port\win32_msvc\sys\stat.inl src\

Re: [PATCHES] win32mak_patch

2008-04-29 Thread Hiroshi Saito
Hi Magnus. - Original Message - From: "Magnus Hagander" <[EMAIL PROTECTED]> Um, win32.mak of libpq needed to add dirmod.c -- libpq.lib(fe-connect.obj) : error LNK2001: (snip-sjis message) "_pgwin32_safestat" Then, Is containing in libpq wrong? I'm confused for a while... Yes, yo

Re: [PATCHES] [HACKERS] Proposed patch - psql wraps at window width

2008-04-29 Thread Alvaro Herrera
Bruce Momjian wrote: > Bryce Nesbitt wrote: > > Bruce Momjian wrote: > > > I have updated the documentation for this patch. I consider it ready to > > > apply. I think it is as close to a middle ground as we are going to > > > get. Further adjustment will have to happen when we have more reports

[PATCHES] Documentation: ALTER ROLE - no password

2008-04-29 Thread Andreas 'ads' Scherbaum
Hello, i've seen the question "how to remove a password" now several times in the last weeks. Attached is a small patch which add a new example for the "ALTER ROLE" documentation. Kind regards -- Andreas 'ads' Scherbaum German PostgreSQL User Group --- alter_ro

Re: [PATCHES] [HACKERS] Proposed patch - psql wraps at window width

2008-04-29 Thread Gregory Stark
"Alvaro Herrera" <[EMAIL PROTECTED]> writes: > Bruce Momjian wrote: >> Bryce Nesbitt wrote: >> > Bruce Momjian wrote: >> > > I have updated the documentation for this patch. I consider it ready to >> > > apply. I think it is as close to a middle ground as we are going to >> > > get. Further adj

[PATCHES] fourat wants to keep up with you on Twitter

2008-04-29 Thread fourat
To find out more about Twitter, visit the link below: http://twitter.com/i/c895aa0264f0088097d8012ea371a9a3cc8f1a77 Thanks, -The Twitter Team About Twitter Twitter is a unique approach to communication and networking based on the simple concept of status. What are you doing? What are your frie

[PATCHES] pg_postmaster_reload_time() patch

2008-04-29 Thread George Gensure
I've done a quick write up for reload time reporting from the administration TODO. I was a little paranoid with the locking, but didn't want problems to occur with signals on the postmaster and the read side. -George *** ./doc/src/sgml/func.sgml.orig 2008-04-29 23:47:39.378726574 -0400 --- ./doc/

Re: [PATCHES] pg_postmaster_reload_time() patch

2008-04-29 Thread Gurjeet Singh
On Wed, Apr 30, 2008 at 9:53 AM, George Gensure <[EMAIL PROTECTED]> wrote: > I've done a quick write up for reload time reporting from the > administration TODO. I was a little paranoid with the locking, but > didn't want problems to occur with signals on the postmaster and the > read side. > > I