Re: sudden program termination: no warning, error, or crash

From: "JwexlerAt MailDotCom" <jwexler(at)mail(dot)usa(dot)com>
To: "Dave Page" <dpage(at)pgadmin(dot)org>
Cc: pgadmin-support(at)postgresql(dot)org, "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>, "Quan Zongliang" <quanzongliang(at)gmail(dot)com>
Subject: Re: sudden program termination: no warning, error, or crash
Date: 2009-08-20 23:15:19
Message-ID: 20090820231519.9BAEABA903@ws3-2.us4.outblaze.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> What encoding/locale is your database using?

The following are the contents from the SQL pane for the database:
-- Database: "alphaOneBiz"

-- DROP DATABASE "alphaOneBiz";

CREATE DATABASE "alphaOneBiz"
WITH OWNER = kkelly
ENCODING = 'UTF8'
LC_COLLATE = 'English, United States'
LC_CTYPE = 'English, United States'
CONNECTION LIMIT = -1;

In pgAdminIII Options, the following are set:
User language: (en_US) English
Font: courier new
Display tab: Everything is selected

There is some Japanese data populating several tables. However, all table names, column names, comments, etc. are in English.

By the way, I have been careful to avoid re-occurrence of the terminations by:
* Pausing before going to Excel 2007
* Switching between pfAdmin III and Excel 2007 by selecting the respective apps from the Windows task bar rather than using Shift-Tab
(Additionally, my work on the database the last few days has been on data population and some database structure changes rather than the intensive task of creating it from the data model where I had repeatedly encountered the sudden program terminations and hence contributed to this thread.

Regards,
Jeff

=

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2009-08-21 07:14:22 Re: Savepoints in PgAdmin
Previous Message Andrew Maclean 2009-08-20 21:31:58 Re: sudden program termination: no warning, error, or crash