<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Forum PostgreSQL - problem z array'em w composite type]]></title>
		<link>https://forum.postgresql.org.pl/viewtopic.php?id=68</link>
		<description><![CDATA[Najświeższe odpowiedzi w problem z array'em w composite type.]]></description>
		<lastBuildDate>Tue, 12 Aug 2008 14:52:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Odp: problem z array'em w composite type]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=235#p235</link>
			<description><![CDATA[cytat z dokumentacji (postgresql.org)
8.2.9 (i wcześniejszy)
"PostgreSQL allows columns of a table to be defined as variable-length multidimensional arrays. Arrays of any built-in or user-defined base type can be created. (Arrays of composite types or domains are not yet supported, however.)"
8.3.3 (i inne z gałęzi 8.3)
"PostgreSQL allows columns of a table to be defined as variable-length multidimensional arrays. Arrays of any built-in or user-defined base type, enum type, or composite type can be created. Arrays of domains are not yet supported."]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Tue, 12 Aug 2008 14:52:22 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=235#p235</guid>
		</item>
		<item>
			<title><![CDATA[Odp: problem z array'em w composite type]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=233#p233</link>
			<description><![CDATA[PostgreSQL 8.2.1

ja gdzies przeczytalem ze od 8.x

dobra zobacze w 8.3 

dzieki]]></description>
			<author><![CDATA[dummy@example.com (sebson)]]></author>
			<pubDate>Tue, 12 Aug 2008 13:19:04 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=233#p233</guid>
		</item>
		<item>
			<title><![CDATA[Odp: problem z array'em w composite type]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=232#p232</link>
			<description><![CDATA[Jaki postgres?, bo z tego co pamietam to tabele typow zlozonych sa wspierane dopiero od 8.3]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Tue, 12 Aug 2008 12:20:10 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=232#p232</guid>
		</item>
		<item>
			<title><![CDATA[problem z array'em w composite type]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=230#p230</link>
			<description><![CDATA[Witam,

Mam nastepujacy problem:


mam typ: t_01
[code]CREATE TYPE t_01 AS (
   id BIGINT,
   name VARCHAR,
   value VARCHAR
);[/code]
chce teraz stowrzyc typ t_02 ktory bedzie zawieral w sobie t_01

[code]CREATE TYPE t_02 AS (
   id BIGINT,
   name VARCHAR,
   content t_01[]
);[/code]
niestety odpowiedz brzmi

ERROR:  type "public.t_01[]" does not exist]]></description>
			<author><![CDATA[dummy@example.com (sebson)]]></author>
			<pubDate>Tue, 12 Aug 2008 09:29:00 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=230#p230</guid>
		</item>
	</channel>
</rss>
