<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - kłopot z selectem (miedzy wersją 7.3 a 8.2)]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=10&amp;type=atom"/>
	<updated>2008-03-03T09:22:23Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=10</id>
		<entry>
			<title type="html"><![CDATA[Odp: kłopot z selectem (miedzy wersją 7.3 a 8.2)]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=34#p34"/>
			<content type="html"><![CDATA[[quote=rski]Spróbuj tak
jeśli masz prawa administratora postgresa to w postgresql.conf znajdż opcję add_missing_from
odhaszuj i ustaw na on (pozinno być add_missing_from = on)[/quote]
Dzięki - o to chodziło!]]></content>
			<author>
				<name><![CDATA[akuczak]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=24</uri>
			</author>
			<updated>2008-03-03T09:22:23Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=34#p34</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: kłopot z selectem (miedzy wersją 7.3 a 8.2)]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=32#p32"/>
			<content type="html"><![CDATA[Spróbuj tak
jeśli masz prawa administratora postgresa to w postgresql.conf znajdż opcję add_missing_from
odhaszuj i ustaw na on (pozinno być add_missing_from = on)
jeśli nie masz praw administratora postgresa to w kliencie wpisz
[code]set add_missing_from = on;[/code]
(będzie działało dopóki się nie rozłączysz z bazą) albo
[code]alter user nazwa_uzytkownika set add_missing_from=on;[/code]
aby mieć to na stałe
przy okazji sprawdź może opcja jest już włączona
[code] show add_missing_from;[/code]]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2008-03-02T00:25:46Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=32#p32</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[kłopot z selectem (miedzy wersją 7.3 a 8.2)]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=30#p30"/>
			<content type="html"><![CDATA[witam, 
mam kłopot 
 w 7.3 było tak: select *,gminy.nazwa as nazwa_g from grupy where id_gminy=gminy.id order by id
i było OK
a w wersji 8:
 MUSI BYĆ tak: select grupy.*,gminy.nazwa as nazwa_g from grupy,gminy where id_gminy=gminy.id order by id

co zrobić abym nie musiała poprawiać całego sql'a? Ratunku, bo dużo tego.
pozdrawiam,]]></content>
			<author>
				<name><![CDATA[akuczak]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=24</uri>
			</author>
			<updated>2008-02-29T13:07:16Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=30#p30</id>
		</entry>
</feed>
