<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Forum PostgreSQL - Blad podczas instalacji PostgreSQL]]></title>
		<link>https://forum.postgresql.org.pl/viewtopic.php?id=25</link>
		<description><![CDATA[Najświeższe odpowiedzi w Blad podczas instalacji PostgreSQL.]]></description>
		<lastBuildDate>Fri, 11 Apr 2008 20:47:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=90#p90</link>
			<description><![CDATA[1) A tak w ogóle to możesz spingować localhost'a?
2) co pokazuje netstat -a
3) Zmień localhost na '*' i zrestartuj, sprawdz czy dziala.
4) Zazwyczaj baza postgres zarzadza sie z konta postgres, on jest jej administratorem.
5) Jaką masz dystrybucje?
6) I jeszcze na koniec co masz wpisane w syslogu?]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Fri, 11 Apr 2008 20:47:24 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=90#p90</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=89#p89</link>
			<description><![CDATA[Zmienilem ten port, log ponizej:

root@tsiuuu:/etc/postgresql/8.3/main# /etc/init.d/postgresql-8.3 stop
 * Stopping PostgreSQL 8.3 database server                                         [ OK ] 
root@tsiuuu:/etc/postgresql/8.3/main# /etc/init.d/apache2 stop
 * Stopping web server apache2                                                     [ OK ] 
root@tsiuuu:/etc/postgresql/8.3/main# mcedit postgresql.conf 

root@tsiuuu:/etc/postgresql/8.3/main# /etc/init.d/apache2 restart
 * Restarting web server apache2                                                          httpd (no pid file) not running
                                                                                   [ OK ]
root@tsiuuu:/etc/postgresql/8.3/main# /etc/init.d/postgresql-8.3 restart
 * Restarting PostgreSQL 8.3 database server                                               * The PostgreSQL server failed to start. Please check the log output:
2008-04-11 20:30:53 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-11 20:30:53 CEST HINT:  Is another postmaster already running on port 6543? If not, wait a few seconds and retry.
2008-04-11 20:30:53 CEST WARNING:  could not create listen socket for "localhost"
2008-04-11 20:30:53 CEST FATAL:  could not create any TCP/IP sockets
                                                                                   [fail]
root@tsiuuu:/etc/postgresql/8.3/main# 

Nie spotkalem sie niestety z netstat'em.. sciagnalem i zainstalowalem paczke netstat-net. Powiedz mi prosze po krotce jak wyswietlic to co mam na portach.

PS. Przy instalacji tej paczki mialem ten sam blad co przy instalacji progresa:

E: postgresql-8.3: podproces post-installation script zwrócił kod błędu 1

Uzywam konta roota bo co chwile odinstalowuje i instaluje postgresa i nie chce mi sie za kazdym razem zmieniac praw dostepu do plikow konfiguracyjnych. Jezeli wedlug Ciebie w czyms to moze przeszkadzac to moge tak nie robic.. pozdrawiam!]]></description>
			<author><![CDATA[dummy@example.com (3ooF)]]></author>
			<pubDate>Fri, 11 Apr 2008 18:38:08 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=89#p89</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=87#p87</link>
			<description><![CDATA[A sprawdz netstat'em czy cos nie chodzi ci na porcie 5432. Jeśli chodzi to zmien opcje port na cos innego np 6543 i sprobuj zrestartowac serwer?
Nie odpowiedziales mi dlaczego uruchamiasz z konta postgresa root?]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Fri, 11 Apr 2008 18:24:25 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=87#p87</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=85#p85</link>
			<description><![CDATA[Przepraszam Cie.. mam zainstalowane 2 bazy.. postgresql 8.2 oraz 8.3. Zmienialem w 8.2 a odpalalem 8.3. Teraz nanioslem poprawki prawidlowo:

root@tsiuuu:/etc/postgresql/8.3/main# /etc/init.d/postgresql-8.3 start
 * Starting PostgreSQL 8.3 database server                                                 * The PostgreSQL server failed to start. Please check the log output:
2008-04-11 19:37:13 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-11 19:37:13 CEST HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-11 19:37:13 CEST WARNING:  could not create listen socket for "localhost"
2008-04-11 19:37:13 CEST FATAL:  could not create any TCP/IP sockets
                                                                                   [fail]
root@tsiuuu:/etc/postgresql/8.3/main# 

root@tsiuuu:/etc/postgresql/8.3/main# ps aux | grep pos
root      6768  0.0  0.0   2976   768 pts/0    S+   19:39   0:00 grep pos
root@tsiuuu:/etc/postgresql/8.3/main# ps
  PID TTY          TIME CMD
 6593 pts/0    00:00:00 su
 6595 pts/0    00:00:00 bash
 6769 pts/0    00:00:00 ps
root@tsiuuu:/etc/postgresql/8.3/main# pg_ctl start 
bash: pg_ctl: command not found
root@tsiuuu:/etc/postgresql/8.3/main# 

ssl rzeczywiscie zniknal..]]></description>
			<author><![CDATA[dummy@example.com (3ooF)]]></author>
			<pubDate>Fri, 11 Apr 2008 17:42:27 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=85#p85</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=84#p84</link>
			<description><![CDATA[[quote=3ooF]root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/apache2 start
 * Starting web server apache2                                                  httpd (pid 5755) already running
                                                                         [ OK ]
root@tsiuuu:/etc/postgresql/8.2/main# ps aux | grep post
root      6291  0.0  0.0   2976   764 pts/0    S+   23:28   0:00 grep post
root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/postgresql-8.3 restart
 * Restarting PostgreSQL 8.3 database server                                     * The PostgreSQL server failed to start. Please check the log output:
2008-04-10 23:28:39 CEST LOG:  could not load root certificate file "root.crt": no SSL error reported
2008-04-10 23:28:39 CEST DETAIL:  Will not verify client certificates.
2008-04-10 23:28:39 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-10 23:28:39 CEST HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-10 23:28:39 CEST WARNING:  could not create listen socket for "localhost"
2008-04-10 23:28:39 CEST FATAL:  could not create any TCP/IP sockets
                                                                         [fail]
root@tsiuuu:/etc/postgresql/8.2/main# 

Restartowalem Postgre za kazdym razem jak wprowadzalem zmiane. Niestesty nic sie dalej nie zmienia..[/quote]
No to jeszcze pytanie czy na pewno zmieniasz dobry plik konfiguracyjny (błąd z ssl powinien być wyeliminowany po wyłączeniu opcji ssl). W jakim katalogu znalazles postgresql.conf?]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Fri, 11 Apr 2008 08:11:42 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=84#p84</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=83#p83</link>
			<description><![CDATA[root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/apache2 start
 * Starting web server apache2                                                  httpd (pid 5755) already running
                                                                         [ OK ]
root@tsiuuu:/etc/postgresql/8.2/main# ps aux | grep post
root      6291  0.0  0.0   2976   764 pts/0    S+   23:28   0:00 grep post
root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/postgresql-8.3 restart
 * Restarting PostgreSQL 8.3 database server                                     * The PostgreSQL server failed to start. Please check the log output:
2008-04-10 23:28:39 CEST LOG:  could not load root certificate file "root.crt": no SSL error reported
2008-04-10 23:28:39 CEST DETAIL:  Will not verify client certificates.
2008-04-10 23:28:39 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-10 23:28:39 CEST HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-10 23:28:39 CEST WARNING:  could not create listen socket for "localhost"
2008-04-10 23:28:39 CEST FATAL:  could not create any TCP/IP sockets
                                                                         [fail]
root@tsiuuu:/etc/postgresql/8.2/main# 

Restartowalem Postgre za kazdym razem jak wprowadzalem zmiane. Niestesty nic sie dalej nie zmienia..]]></description>
			<author><![CDATA[dummy@example.com (3ooF)]]></author>
			<pubDate>Thu, 10 Apr 2008 21:31:30 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=83#p83</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=82#p82</link>
			<description><![CDATA[[quote=3ooF]1) ssl = true zmienilem na off = true (domyslnie nie bylo poprzedzone #)

2) #listen_addresses = 'localhost' (odhaszowalem)

3) 
root@tsiuuu:/etc/postgresql/8.2/main# ps
  PID TTY          TIME CMD
 7170 pts/2    00:00:00 su
 7173 pts/2    00:00:00 bash
 7676 pts/2    00:00:00 ps
root@tsiuuu:/etc/postgresql/8.2/main# 

Wyglada na to, ze nie chodzi. Nie wiem czemu z roota odpalam, ale to chyba nie szkodzi.

Po wprowadzonych zmianach to samo:

root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/apache2 start
 * Starting web server apache2                                                                    httpd (pid 7552) already running
                                                                                           [ OK ]
root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/postgresql-8.3 start
 * Starting PostgreSQL 8.3 database server                                                         * The PostgreSQL server failed to start. Please check the log output:
2008-04-10 22:29:59 CEST LOG:  could not load root certificate file "root.crt": no SSL error reported
2008-04-10 22:29:59 CEST DETAIL:  Will not verify client certificates.
2008-04-10 22:29:59 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-10 22:29:59 CEST HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-10 22:29:59 CEST WARNING:  could not create listen socket for "localhost"
2008-04-10 22:29:59 CEST FATAL:  could not create any TCP/IP sockets
                                                                                           [fail]
root@tsiuuu:/etc/postgresql/8.2/main# 

over :)[/quote]
1)Sprawdz co zwroci polecenie
ps aux | grep post
2) i zamiast start wpisz restart serwera (albo najpierw stop a potem start)
/etc/init.d/postgresql-8.3 restart]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Thu, 10 Apr 2008 20:44:24 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=82#p82</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=81#p81</link>
			<description><![CDATA[1) ssl = true zmienilem na off = true (domyslnie nie bylo poprzedzone #)

2) #listen_addresses = 'localhost' (odhaszowalem)

3) 
root@tsiuuu:/etc/postgresql/8.2/main# ps
  PID TTY          TIME CMD
 7170 pts/2    00:00:00 su
 7173 pts/2    00:00:00 bash
 7676 pts/2    00:00:00 ps
root@tsiuuu:/etc/postgresql/8.2/main# 

Wyglada na to, ze nie chodzi. Nie wiem czemu z roota odpalam, ale to chyba nie szkodzi.

Po wprowadzonych zmianach to samo:

root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/apache2 start
 * Starting web server apache2                                                                    httpd (pid 7552) already running
                                                                                           [ OK ]
root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/postgresql-8.3 start
 * Starting PostgreSQL 8.3 database server                                                         * The PostgreSQL server failed to start. Please check the log output:
2008-04-10 22:29:59 CEST LOG:  could not load root certificate file "root.crt": no SSL error reported
2008-04-10 22:29:59 CEST DETAIL:  Will not verify client certificates.
2008-04-10 22:29:59 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-10 22:29:59 CEST HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-10 22:29:59 CEST WARNING:  could not create listen socket for "localhost"
2008-04-10 22:29:59 CEST FATAL:  could not create any TCP/IP sockets
                                                                                           [fail]
root@tsiuuu:/etc/postgresql/8.2/main# 

over :)]]></description>
			<author><![CDATA[dummy@example.com (3ooF)]]></author>
			<pubDate>Thu, 10 Apr 2008 20:32:03 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=81#p81</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=80#p80</link>
			<description><![CDATA[[quote=3ooF]Ta komenda mi nie dziala, odpalam w troszke inny sposob. Prosze zerknij w loga ponizej:

root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/apache2 start
 * Starting web server apache2                                                                    httpd (pid 7552) already running
                                                                                           [ OK ]
root@tsiuuu:/etc/postgresql/8.2/main# pg_ctl start
bash: pg_ctl: command not found
root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/postgresql-8.3 start
 * Starting PostgreSQL 8.3 database server                                                         * The PostgreSQL server failed to start. Please check the log output:
2008-04-10 21:57:33 CEST LOG:  could not load root certificate file "root.crt": no SSL error reported
2008-04-10 21:57:33 CEST DETAIL:  Will not verify client certificates.
2008-04-10 21:57:33 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-10 21:57:33 CEST HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-10 21:57:33 CEST WARNING:  could not create listen socket for "localhost"
2008-04-10 21:57:33 CEST FATAL:  could not create any TCP/IP sockets
                                                                                           [fail]
root@tsiuuu:/etc/postgresql/8.2/main#[/quote]
Odszukaj plik postgresql.conf i 
1) odhaszuj i zmień opcję ssl na off (chyba że chcesz używac certyfikatów, ale z tym trzeba sie troche pobawic)
2) sprawdź jak jest ustawiona opcja listen_addresses
3) sprawdz komenda ps czy postgres nie chodzi (moze sie nazywac postmaster)
dlaczego uruchamiasz serwer z konta root? Nie stworzyles uzytwkonika postgres administratora serwera bazy danych postgres?
Melduj o postepach :)]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Thu, 10 Apr 2008 20:09:25 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=80#p80</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=79#p79</link>
			<description><![CDATA[Ta komenda mi nie dziala, odpalam w troszke inny sposob. Prosze zerknij w loga ponizej:

root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/apache2 start
 * Starting web server apache2                                                                    httpd (pid 7552) already running
                                                                                           [ OK ]
root@tsiuuu:/etc/postgresql/8.2/main# pg_ctl start
bash: pg_ctl: command not found
root@tsiuuu:/etc/postgresql/8.2/main# /etc/init.d/postgresql-8.3 start
 * Starting PostgreSQL 8.3 database server                                                         * The PostgreSQL server failed to start. Please check the log output:
2008-04-10 21:57:33 CEST LOG:  could not load root certificate file "root.crt": no SSL error reported
2008-04-10 21:57:33 CEST DETAIL:  Will not verify client certificates.
2008-04-10 21:57:33 CEST LOG:  could not bind IPv4 socket: Cannot assign requested address
2008-04-10 21:57:33 CEST HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-10 21:57:33 CEST WARNING:  could not create listen socket for "localhost"
2008-04-10 21:57:33 CEST FATAL:  could not create any TCP/IP sockets
                                                                                           [fail]
root@tsiuuu:/etc/postgresql/8.2/main#]]></description>
			<author><![CDATA[dummy@example.com (3ooF)]]></author>
			<pubDate>Thu, 10 Apr 2008 20:00:13 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=79#p79</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Blad podczas instalacji PostgreSQL]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=78#p78</link>
			<description><![CDATA[[quote=3ooF]Witam wszystkich,

Mam problem z instalacja PostgreSQL za pomoca synaptica. Pod koniec instalacji wyskakuje blad:

E: postgresql-8.3: podproces post-installation script zwrócił kod błędu 1

Ponizej bardziej szczegolowy opis:

root@tsiuuu:/home/tomcio# sudo apt-get install -f
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Reading state information... Gotowe
0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 0 nieaktualizowanych.
1 nie w pełni zainstalowanych lub usuniętych.
Konieczne pobranie 0B archiwów.
Po rozpakowaniu zostanie dodatkowo użyte 0B miejsca na dysku.
Konfigurowanie postgresql-8.3 (8.3.0-1~gutsy1) ...
* Starting PostgreSQL 8.3 database server * The PostgreSQL server failed to start. Please check the log output:
2008-04-08 21:27:41 CEST LOG: could not load root certificate file "root.crt": no SSL error reported
2008-04-08 21:27:41 CEST DETAIL: Will not verify client certificates.
2008-04-08 21:27:41 CEST LOG: could not bind IPv4 socket: Cannot assign requested address
2008-04-08 21:27:41 CEST HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-08 21:27:41 CEST WARNING: could not create listen socket for "localhost"
2008-04-08 21:27:41 CEST FATAL: could not create any TCP/IP sockets
[fail]
invoke-rc.d: initscript postgresql-8.3, action "start" failed.
dpkg: błąd przetwarzania postgresql-8.3 (--configure):
podproces post-installation script zwrócił kod błędu 1
Wystąpiły błędy podczas przetwarzania:
postgresql-8.3
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@tsiuuu:/home/tomcio#

Nie jestem wlasnie pewien, czy to ze nie moze baza "wstac" to wina tego ze instalacja skonczyla sie bledem (ktory nie bardzo wiem co znaczy), czy dlatego ze sa jakies bledy w konfiguracji.

Spotkal sie ktos z czyms takim i moglby pomoc? Z gory Wielkie Dzieki!

Pozdrawiam![/quote]
Nie instalowalem nigdy postgresa z paczek ale pytanie czy w ogole sie zainstalowal. Mozesz go uruchomic poleceniem pg_ctl start (czy system widzi takie polecenie?)]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Thu, 10 Apr 2008 19:45:34 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=78#p78</guid>
		</item>
		<item>
			<title><![CDATA[Blad podczas instalacji PostgreSQL]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=77#p77</link>
			<description><![CDATA[Witam wszystkich,

Mam problem z instalacja PostgreSQL za pomoca synaptica. Pod koniec instalacji wyskakuje blad:

E: postgresql-8.3: podproces post-installation script zwrócił kod błędu 1

Ponizej bardziej szczegolowy opis:

root@tsiuuu:/home/tomcio# sudo apt-get install -f
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Reading state information... Gotowe
0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 0 nieaktualizowanych.
1 nie w pełni zainstalowanych lub usuniętych.
Konieczne pobranie 0B archiwów.
Po rozpakowaniu zostanie dodatkowo użyte 0B miejsca na dysku.
Konfigurowanie postgresql-8.3 (8.3.0-1~gutsy1) ...
* Starting PostgreSQL 8.3 database server * The PostgreSQL server failed to start. Please check the log output:
2008-04-08 21:27:41 CEST LOG: could not load root certificate file "root.crt": no SSL error reported
2008-04-08 21:27:41 CEST DETAIL: Will not verify client certificates.
2008-04-08 21:27:41 CEST LOG: could not bind IPv4 socket: Cannot assign requested address
2008-04-08 21:27:41 CEST HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2008-04-08 21:27:41 CEST WARNING: could not create listen socket for "localhost"
2008-04-08 21:27:41 CEST FATAL: could not create any TCP/IP sockets
[fail]
invoke-rc.d: initscript postgresql-8.3, action "start" failed.
dpkg: błąd przetwarzania postgresql-8.3 (--configure):
podproces post-installation script zwrócił kod błędu 1
Wystąpiły błędy podczas przetwarzania:
postgresql-8.3
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@tsiuuu:/home/tomcio#

Nie jestem wlasnie pewien, czy to ze nie moze baza "wstac" to wina tego ze instalacja skonczyla sie bledem (ktory nie bardzo wiem co znaczy), czy dlatego ze sa jakies bledy w konfiguracji.

System: Ubuntu Gibsy Gibbon
PostgreSQL, wersja 8.2, lub 8.3 - w obu przypadkach ten sam problem

Spotkal sie ktos z czyms takim i moglby pomoc? Z gory Wielkie Dzieki!

Pozdrawiam!]]></description>
			<author><![CDATA[dummy@example.com (3ooF)]]></author>
			<pubDate>Thu, 10 Apr 2008 19:38:51 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=77#p77</guid>
		</item>
	</channel>
</rss>
