|
Home > Archive > PostgreSQL Administration > October 2006 > Postgre SQL Urgent Help
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Postgre SQL Urgent Help
|
|
| vipin SS 2006-10-25, 8:24 am |
| Hello pgsql-admin,
Is it Possible to run a pl/pgsql stored proceedure in a timely manner. ie is it possible to run a resource eating function on midnight
please mail me your suggession
Best regards,
Vipinss
vipin@keltron.org
vipin_gec@yahoo.co.in
2006-10-14
Be Confident & Believe in Yourself, Nothing is impossible
---------------------------------
Find out what India is talking about on - Yahoo! Answers India
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW
| |
| Gregory S. Williamson 2006-10-25, 8:24 am |
| There is no internal method in PostgreSQL for cron-like jobs. (There has been discussion on this in past mails -- see the archives.)
I use an external scheduler (cron since we're a *Nix shop); there are Windows' equivalents but I'm not sure what they are).
HTH,
Greg Williamson
DBA
GlobeXplorer LLC
-----Original Message-----
From: pgsql-admin-owner@postgresql.org on behalf of vipin SS
Sent: Sat 10/14/2006 2:49 AM
To: pgsql-admin@postgresql.org
Cc:
Subject: [ADMIN] Postgre SQL Urgent Help
Hello pgsql-admin,
Is it Possible to run a pl/pgsql stored proceedure in a timely manner. ie is it possible to run a resource eating function on midnight
please mail me your suggession
Best regards,
Vipinss
vipin@keltron.org
vipin_gec@yahoo.co.in
2006-10-14
Be Confident & Believe in Yourself, Nothing is impossible
---------------------------------
Find out what India is talking about on - Yahoo! Answers India
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW
-------------------------------------------------------
Click link below if it is SPAM gsw@globexplorer.com
"https://mailscanner.globexplorer.com/dspam/dspam.cgi? signatureID=453960a4
229049119242804& user=gsw@globexplore
r.com&retrain=spam&template=history&history_page=1"
!DSPAM:453960a422904
9119242804!
-------------------------------------------------------
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
| |
| Gregory S. Williamson 2006-10-25, 8:24 am |
| Apologies for the waste o' bandwidth ...
I should clarify that I use cron to run a shell script; that script sets environment variables and what not, and then runs something, a perl script, pg_dump, passing composed SQL to the psql tool, etc..
G
-----Original Message-----
From: pgsql-admin-owner@postgresql.org on behalf of Gregory S. Williamson
Sent: Fri 10/20/2006 5:07 PM
To: vipin SS; pgsql-admin@postgresql.org
Cc:
Subject: Re: [ADMIN] Postgre SQL Urgent Help
There is no internal method in PostgreSQL for cron-like jobs. (There has been discussion on this in past mails -- see the archives.)
I use an external scheduler (cron since we're a *Nix shop); there are Windows' equivalents but I'm not sure what they are).
HTH,
Greg Williamson
DBA
GlobeXplorer LLC
-----Original Message-----
From: pgsql-admin-owner@postgresql.org on behalf of vipin SS
Sent: Sat 10/14/2006 2:49 AM
To: pgsql-admin@postgresql.org
Cc:
Subject: [ADMIN] Postgre SQL Urgent Help
Hello pgsql-admin,
Is it Possible to run a pl/pgsql stored proceedure in a timely manner. ie is it possible to run a resource eating function on midnight
please mail me your suggession
Best regards,
Vipinss
vipin@keltron.org
vipin_gec@yahoo.co.in
2006-10-14
Be Confident & Believe in Yourself, Nothing is impossible
---------------------------------
Find out what India is talking about on - Yahoo! Answers India
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW
-------------------------------------------------------
Click link below if it is SPAM gsw@globexplorer.com
"https://mailscanner.globexplorer.com/dspam/dspam.cgi? signatureID=453960a4
229049119242804& user=gsw@globexplore
r.com&retrain=spam&template=history&history_page=1"
-------------------------------------------------------
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
-------------------------------------------------------
Click link below if it is SPAM gsw@globexplorer.com
"https://mailscanner.globexplorer.com/dspam/dspam.cgi? signatureID=453962c2
230046491211187& user=gsw@globexplore
r.com&retrain=spam&template=history&history_page=1"
!DSPAM:453962c223004
6491211187!
-------------------------------------------------------
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend
|
|
|
|
|