Re: [GENERAL] DDL Triggers

2012-02-15 Thread Lee Hachadoorian
On Wed, Feb 15, 2012 at 12:42 PM, Bob Pawley wrote: > I have a table that is generated through ogr2ogr. > > To get ogr2ogr working the way I want, I need to use the -overwrite > function. If I use the append function information is lost. Something to do > with the way the switches work. > > Overw

Re: [GENERAL] DDL Triggers

2012-02-15 Thread Adrian Klaver
On 02/15/2012 09:42 AM, Bob Pawley wrote: I have a table that is generated through ogr2ogr. To get ogr2ogr working the way I want, I need to use the -overwrite function. If I use the append function information is lost. Something to do with the way the switches work. Overwrite drops the existin

Re: [GENERAL] DDL Triggers

2012-02-15 Thread Bob Pawley
:36 AM To: Bob Pawley Cc: Postgresql Subject: Re: [GENERAL] DDL Triggers On 02/15/2012 08:25 AM, Bob Pawley wrote: Could someone point me to documentation regarding DDL triggers in Postgresql? You are going to need to be more specific. Are you talking triggers that are activated by a DDL statement

Re: [GENERAL] DDL Triggers

2012-02-15 Thread Adrian Klaver
On 02/15/2012 08:25 AM, Bob Pawley wrote: Could someone point me to documentation regarding DDL triggers in Postgresql? You are going to need to be more specific. Are you talking triggers that are activated by a DDL statement or a trigger that creates a DDL statement? Also what pl language(s)

Re: [GENERAL] DDL Triggers

2012-02-15 Thread Steve Crawford
On 02/15/2012 08:25 AM, Bob Pawley wrote: Could someone point me to documentation regarding DDL triggers in Postgresql? Bob No, because PostgreSQL does not have them (basically triggers on system tables). There is a sparse wiki page to discuss the issue at http://wiki.postgresql.org/wiki/DDL

[GENERAL] DDL Triggers

2012-02-15 Thread Bob Pawley
Could someone point me to documentation regarding DDL triggers in Postgresql? Bob