Re: [GENERAL] More Praise for 7.4RC2

2003-11-13 Thread Greg Stark
Reece Hart <[EMAIL PROTECTED]> writes: > On Thu, 2003-11-13 at 10:09, scott.marlowe wrote: > > > Do you vacuum full every so often? If not, and if you've been overflowing > > your fsm, then your tables will just grow without shrinking. > > Also, index growth could be a problem. > > > Hmm. I d

Re: [GENERAL] multibyte support [Resolved]

2003-11-13 Thread Ma Siva Kumar
[copying to the list, in case someone else faces the similar situation and is looking for an answer] On Thursday 13 Nov 2003 10:46 am, you wrote: > Thank you for this tip. Will you show us the phpinfo() output, > appropriately edited for security, even the single line in the php > section, that

Re: [GENERAL] Database Corruption ?

2003-11-13 Thread Tom Lane
"Chris Stokes" <[EMAIL PROTECTED]> writes: > We use the RPM installation, if I do and rpm -Uvh for the packages to upgrade to the > new 7.3.4 will that be sufficient or does it require some sort of database upgrade > or unload/reload? Not for an update within the 7.3.* series. Just stop postmas

Re: [GENERAL] embedded postgresql + C++ IDE

2003-11-13 Thread jini us
I have just downloaded that one. It doesn't any features for designing GUI forms. It is just a project manager. --- Mike Mascari <[EMAIL PROTECTED]> wrote: > jini us wrote: > > > Anybody knows of a c++ IDE, similar to Microsoft > > studio but free. > > Also good C++ site where I can pick up

Re: [GENERAL] Database Corruption ?

2003-11-13 Thread Tom Lane
"Chris Stokes" <[EMAIL PROTECTED]> writes: > Just one more question, Where can I read up on this bug, I would like to inform > myself better before I promise a fix to our customer. See the list archives from just before the 7.3.4 release. The failure occurs when the old WAL ends exactly on a pag

Re: [GENERAL] embedded postgresql + C++ IDE

2003-11-13 Thread Mike Mascari
jini us wrote: > Anybody knows of a c++ IDE, similar to Microsoft > studio but free. > Also good C++ site where I can pick up free > components. I've never used it but if download statistics is correlated in any way to quality Dev-C++ is one of the top downloads on sourceforge: http://sourceforg

Re: [GENERAL] GUIDs

2003-11-13 Thread Peter Eisentraut
David Wheeler writes: > It looks like the hex option would be the best option, but there's no > native hex format in PostgreSQL. Anyone have suggestions on what the > best approach might be? I can't convert it to a number, really, because > 128 bit numbers aren't too portable). Use bytea. It sto