<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - obsługa meta znaków przez psql]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=429&amp;type=atom"/>
	<updated>2010-04-16T14:56:41Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=429</id>
		<entry>
			<title type="html"><![CDATA[Odp: obsługa meta znaków przez psql]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1969#p1969"/>
			<content type="html"><![CDATA[Masz racje.
Teraz dopiero zobaczyłem błąd.
Dzięki za podpowiedź.
Pozdrawiam]]></content>
			<author>
				<name><![CDATA[sylwekk]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1045</uri>
			</author>
			<updated>2010-04-16T14:56:41Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1969#p1969</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: obsługa meta znaków przez psql]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1968#p1968"/>
			<content type="html"><![CDATA[Ale chyba powinno byc 
[code]
 select marka from samochody where marka ~* '^F';
[/code]
bo *~ jest operatorem dwuargumentowym.]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2010-04-16T14:24:12Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1968#p1968</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[obsługa meta znaków przez psql]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1967#p1967"/>
			<content type="html"><![CDATA[Na moje zapytanie w psql dostałem n/w odpowiedź.
Chce wyswietlić marke samochodu z tabeli samochody zaczynajaca się na litere F.
Wiem, że można to zrobić za pomocą :
select marka from samochody where marka ilike 'f%';
to działa.
Jak mogę dodac obsbługę meta znaków bo chyba w tym jest problem.

sylwek=# select marka from samochody where ~*'^F';
ERROR:  operator does not exist: ~* unknown
LINE 1: select marka from samochody where ~*'^F';
                                          ^
HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.]]></content>
			<author>
				<name><![CDATA[sylwekk]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1045</uri>
			</author>
			<updated>2010-04-16T14:03:54Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1967#p1967</id>
		</entry>
</feed>
