<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Forum PostgreSQL - Informacje na temat tabeli.]]></title>
		<link>https://forum.postgresql.org.pl/viewtopic.php?id=306</link>
		<description><![CDATA[Najświeższe odpowiedzi w Informacje na temat tabeli..]]></description>
		<lastBuildDate>Sat, 03 Oct 2009 18:31:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Odp: Informacje na temat tabeli.]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1356#p1356</link>
			<description><![CDATA[[code] \d[S+]  NAME           describe table, view, sequence, or index[/code]      

Ok dzięki za pomoc.]]></description>
			<author><![CDATA[dummy@example.com (cykcykacz)]]></author>
			<pubDate>Sat, 03 Oct 2009 18:31:20 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1356#p1356</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Informacje na temat tabeli.]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1355#p1355</link>
			<description><![CDATA[Popatrz tu

[url]http://www.postgresql.org/docs/8.3/interactive/app-psql.html[/url]

Ewentualnie tu 

[url]http://www.postgresql.org/docs/current/static/information-schema.html[/url]]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Sat, 03 Oct 2009 17:11:18 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1355#p1355</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Informacje na temat tabeli.]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1354#p1354</link>
			<description><![CDATA[mysql> describe tasks;
+---------+--------------+------+-----+---------+----------------+
| Field    | Type         | Null | Key | Default | Extra          |
+---------+--------------+------+-----+---------+----------------+
| task_id | int(11)      | NO   | PRI | NULL    | auto_increment |
| task      | varchar(100) | NO   |     | NULL    |                |
| rank      | int(11)      | YES  |     | NULL    |                |
+---------+--------------+------+-----+---------+----------------+
3 rows in set (0.20 sec)

Chodzi mi o taki wynik:).]]></description>
			<author><![CDATA[dummy@example.com (cykcykacz)]]></author>
			<pubDate>Sat, 03 Oct 2009 17:01:05 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1354#p1354</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Informacje na temat tabeli.]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1353#p1353</link>
			<description><![CDATA[Jak uzywasz psql to mozesz wpisać
[code]
\dt nazwa_tabeli
[/code]

Ogólnie rzecz biorąc możesz skorzytsać ze schematu information_schema tam jest szereg tabel/widoków zawierających informacje o obiektach istniejacych w bazie.]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Sat, 03 Oct 2009 16:45:16 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1353#p1353</guid>
		</item>
		<item>
			<title><![CDATA[Informacje na temat tabeli.]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=1352#p1352</link>
			<description><![CDATA[Witam, 
nie wiem jak wyświetlić informacje o tabeli? W MySQL była to komenda "describe nazwa tabelki".

W dokumentacji nie znalazłem, proszę o pomoc.]]></description>
			<author><![CDATA[dummy@example.com (cykcykacz)]]></author>
			<pubDate>Sat, 03 Oct 2009 14:32:20 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=1352#p1352</guid>
		</item>
	</channel>
</rss>
