[ADMIN] Disable Trigger

2004-03-23 Thread Charles Haron
Is there a way to temporarily disable a trigger without dropping and re-adding it? Thanks, Chuck ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [ADMIN] How to use psql -c?

2003-12-30 Thread Charles Haron
On Dec 30, 2003, at 3:07 AM, Hans Peter Wiedau wrote: On Mon, Dec 29, 2003 at 02:37:57PM -0700, Charles Haron wrote: The following command works as I want: psql -c "DELETE FROM prg_dates_members WHERE confirm = 'f';" comfire I want to be able to run the above command as a cr

Re: [ADMIN] How to use psql -c?

2003-12-29 Thread Charles Haron
> From: "David F. Skoll" <[EMAIL PROTECTED]> > Date: Mon, 29 Dec 2003 17:23:53 -0500 (EST) > To: Charles Haron <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [ADMIN] How to use psql -c? > > On Mon, 29 Dec 2003, Charles Haron wrote: > &g

Re: [ADMIN] How to use psql -c?

2003-12-29 Thread Charles Haron
> From: Michael Fuhr <[EMAIL PROTECTED]> > Date: Mon, 29 Dec 2003 14:06:13 -0700 > To: Charles Haron <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [ADMIN] How to use psql -c? > > On Mon, Dec 29, 2003 at 01:49:00PM -0700, Charles Haron wrote: >>

[ADMIN] How to use psql -c?

2003-12-29 Thread Charles Haron
Hello, Can someone give me an example of how to use the -c option of psql? I can't seem to get it to work. Thanks, Chuck ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

[ADMIN] Adding PL/Perl

2003-07-17 Thread Charles Haron
Hello, When I attempt to run "createlang plperlu test" I get the following error. ERROR: stat failed on file '$libdir/plperl': No such file or directory createlang: language installation failed I assuming that this error is because I didn't provide the configure option --with-perl. If simply d