Re: [BUGS] Tablespace files deleted in continuous run

2011-10-13 Thread Nathan M. Davalos
I generally use Ontrack EasyRecovery Professional for recovering deleted or data sitting in bad sectors from hard drives in windows. It's not free, but it works really well. I have had issues with Symantec BackupExec causing PostgreSQL to panic and shutdown when data is being inserted into

Re: [BUGS] BUG #5992: The database cluster initialisation failed

2011-04-21 Thread Nathan M. Davalos
I've had the same problem with server 2003. I usually create the folder where PostgreSQL is going to install into first, then change the permissions for machine name\users to full control before attempting to install. -Original Message- From: pgsql-bugs-ow...@postgresql.org

Re: [BUGS] Postgres not using indexes

2011-03-30 Thread Nathan M. Davalos
I force postgresql to use indexes instead of sequential scans by setting enable_seqscan = off in postgresql.conf and it helps in a lot of cases. Probably not the best practice, but it does improve a lot of the queries we will execute on a regular basis. It forces the planner to prefer indexes.

Re: [BUGS] BUG #5944: COPY FROM doesn't work with international characters

2011-03-24 Thread Nathan M. Davalos
...@postgresql.org [mailto:pgsql-bugs-ow...@postgresql.org] On Behalf Of Nathan M. Davalos Sent: Wednesday, March 23, 2011 7:59 PM To: PostgreSQL Bugs Subject: Re: [BUGS] BUG #5944: COPY FROM doesn't work with international characters AcNumber character varying(20), AcName character varying(50

Re: [BUGS] BUG #5944: COPY FROM doesn't work with international characters

2011-03-23 Thread Nathan M. Davalos
32333030303209416C746F20446573656D7065F16F2C20532E412E20446520432E562E0D0A The character in question is F1 -Original Message- From: John R Pierce [mailto:pie...@hogranch.com] Sent: Wednesday, March 23, 2011 6:49 PM To: Nathan M. Davalos Cc: pgsql-bugs@postgresql.org Subject: Re: [BUGS

Re: [BUGS] BUG #5944: COPY FROM doesn't work with international characters

2011-03-23 Thread Nathan M. Davalos
[mailto:pie...@hogranch.com] Sent: Wednesday, March 23, 2011 7:54 PM To: Nathan M. Davalos; PostgreSQL Bugs Subject: Re: [BUGS] BUG #5944: COPY FROM doesn't work with international characters On 03/23/11 5:42 PM, Nathan M. Davalos wrote: Just in case the reply didn't go through the character in question