Hey
i have already installation source copy of postgreysql 8.4, but it is
.exe file and i want .msi file of source copy but i am not getting
postgresql.msi file from your site. i use sourcecopy.msi file for silent
installation using msiexec.exe on command prompt.
can you please send me any s
Just had a hard crash, and pg came back looking ok. However, crash was in the
driver for the (battery-backed) RAID card, and I know for a fact that one file
that was written to the (journaled) file system before the crash was not there
after reboot. So, what steps are recommended to make sure pg
On Wed, Apr 13, 2011 at 6:52 AM, Donald Fraser wrote:
>> If the server is shut down mid-query, doesn't the backend complete the
>> current query cycle before closing the connection?
>> i.e. we'd see ErrorResponse, ReadyForQuery, and return control to the
>> app before seeing EOF anyway?
>> The pro