<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - typ danych bytea[]]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=393&amp;type=atom"/>
	<updated>2010-02-04T20:34:18Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=393</id>
		<entry>
			<title type="html"><![CDATA[Odp: typ danych bytea[]]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1797#p1797"/>
			<content type="html"><![CDATA[W sumie nigdy jeszcze z tego typu nie korzystałem ale powinno byc jakos tak
[code]
create table test (i bytea[]);

insert into test values(ARRAY[E'\\000'::bytea,E'\''::bytea]);

[/code]]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2010-02-04T20:34:18Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1797#p1797</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[typ danych bytea[]]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1795#p1795"/>
			<content type="html"><![CDATA[potrzebuję przechowywać w tabeli dane w postaci 8 bajtów i chyba najlepiej do tego nada się właśnie tablica bajtów tylko nie wiem w jakiej postaci wpisywać dane? Próbowałem z manuala ale nie znalazłem odpowiedniej informacji jak zrobić coś w rodzaju INSERT INTO... i w jakim formacie.]]></content>
			<author>
				<name><![CDATA[WitekS]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=760</uri>
			</author>
			<updated>2010-02-04T10:25:15Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1795#p1795</id>
		</entry>
</feed>
