<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - Cykliczne uruchamianie funkcji o określonym czasie]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=293&amp;type=atom"/>
	<updated>2009-09-17T09:45:49Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=293</id>
		<entry>
			<title type="html"><![CDATA[Odp: Cykliczne uruchamianie funkcji o określonym czasie]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1310#p1310"/>
			<content type="html"><![CDATA[OK będzie działać dzięki ;)]]></content>
			<author>
				<name><![CDATA[WitekS]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=760</uri>
			</author>
			<updated>2009-09-17T09:45:49Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1310#p1310</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Cykliczne uruchamianie funkcji o określonym czasie]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1309#p1309"/>
			<content type="html"><![CDATA[Ach te microsoftowe wymysly.
Wpisz moze polecenia do pliku i spróbuj uruchomic tak
[code]
postgres@debian:~$ psql -U postgres postgres <plik.sql
              now              
-------------------------------
 2009-09-17 04:55:02.606895-04
(1 row)
[/code]

I zobacz jakie opcja przyjmuje psql pod winda.]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2009-09-17T08:57:17Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1309#p1309</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Cykliczne uruchamianie funkcji o określonym czasie]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1308#p1308"/>
			<content type="html"><![CDATA[tak jak napisałem na początku mam system windows  xp wpisuję to na razie w konsoli a jak będzie ok to mam zamiar to wrzucić do systemowego menadżera zadań ;)]]></content>
			<author>
				<name><![CDATA[WitekS]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=760</uri>
			</author>
			<updated>2009-09-17T08:49:39Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1308#p1308</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Cykliczne uruchamianie funkcji o określonym czasie]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1307#p1307"/>
			<content type="html"><![CDATA[Gdzie ty wpisujesz to zapytanie?

[code]
postgres@debian:~$ psql -U postgres postgres -c 'select now()' 2>/dev/null
              now              
-------------------------------
 2009-09-17 04:09:23.881334-04
(1 row)
[/code]]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2009-09-17T08:15:59Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1307#p1307</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Cykliczne uruchamianie funkcji o określonym czasie]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1306#p1306"/>
			<content type="html"><![CDATA[Niestety zwraca mi takie błędy: [code]psql: warning: extra command-line argument "-c"' ignored
psql: warning: extra command-line argument "'select" ignored
psql: warning: extra command-line argument "test()'" ignored 
_[/code]
na tym się zatrzymuje konsola i dalej muszę przerwać CTRL+C]]></content>
			<author>
				<name><![CDATA[WitekS]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=760</uri>
			</author>
			<updated>2009-09-17T07:55:05Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1306#p1306</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Cykliczne uruchamianie funkcji o określonym czasie]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1305#p1305"/>
			<content type="html"><![CDATA[[code]
 psql -U postgres baza2 -c 'select test()' 2>&1>>logtest.log
[/code]]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2009-09-16T13:20:28Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1305#p1305</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Cykliczne uruchamianie funkcji o określonym czasie]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1304#p1304"/>
			<content type="html"><![CDATA[znalazłem w sieci sposób na rozwiązanie problemu jak w temacie z użyciem schedulera systemowego w win32  [code] psql -U postgres baza2 'select test()' 2>&1>>logtest.log[/code] funkcja test() ma wykonywać określone zadania o określonym czasie. Jednak psql wyrzuca błędy składni polecenia select. Co więc jest nie tak a może jest jakiś lepszy sposób rozwiązania tego problemu (jak w temacie)]]></content>
			<author>
				<name><![CDATA[WitekS]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=760</uri>
			</author>
			<updated>2009-09-16T12:58:23Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1304#p1304</id>
		</entry>
</feed>
