Re: what happens to postmaster?

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: zach cruise <zachc1980(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: what happens to postmaster?
Date: 2010-06-23 17:19:50
Message-ID: AANLkTimGSsTq269x1Rv7omjvEAwjTy1-2p9J6PJg_DjM@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 23, 2010 at 12:42 PM, zach cruise <zachc1980(at)gmail(dot)com> wrote:
> using navicat 8's import wizard which does row inserts
> (provider=msdaora.1; persist security info=true). more
> http://www.navicat.com/manual/online_manual/win_manual/ImportODBC.html
>
> i know this is not navicat support, but can anyone from navicat
> support also try answer this question?
>> Some documentation to read up on:
>> http://www.postgresql.org/docs/8.4/static/explicit-locking.html
>>
>>> is it ok to be concerned about corruption etc.
>>

As long as the import process is going through a regular postgresql
backend connection, and not trying to write directly to the database
files, you should have nothing ot worry about as far as corruption
goes.

Now pg_bulkloader, that's another story. There you shut down the
database and let the bulk loader do its magical, dangerous stuff.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-06-23 18:08:26 Re: what is the meaning of Datum?
Previous Message zach cruise 2010-06-23 16:42:15 Re: what happens to postmaster?