<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - PL/PgSQL Jak sprawdzić czy record nie jest pusty ?]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=165&amp;type=atom"/>
	<updated>2009-03-25T19:55:54Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=165</id>
		<entry>
			<title type="html"><![CDATA[Odp: PL/PgSQL Jak sprawdzić czy record nie jest pusty ?]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=664#p664"/>
			<content type="html"><![CDATA[Aby sprawdzić czy ostatnio wykonane polecenie nic nie zwróciło możesz 
[code]
IF NOT FOUND ...
[/code]]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2009-03-25T19:55:54Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=664#p664</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[PL/PgSQL Jak sprawdzić czy record nie jest pusty ?]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=661#p661"/>
			<content type="html"><![CDATA[Witam jak w temacie , w jaki sposób mogę sprawdzić czy record [i]wynik[/i] po operacji : 

[i]DECLARE
wynik RECORD;
BEGIN
select * into wynik from tabela  where tabela.id=id;
END;[/i]

Nie jest pusty ??]]></content>
			<author>
				<name><![CDATA[Rady]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=6</uri>
			</author>
			<updated>2009-03-25T13:03:11Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=661#p661</id>
		</entry>
</feed>
