NAME
	Postgres.postgres_result - result of a Postgres query 

AUTHOR
	Francesco Chemolli <kinkie@kame.usr.dsi.unimi.it>

DESCRIPTION
	Postgres.postgres_result contains the result of a Postgres-query.
	See Sql.postgres for a description of this program's functions.

KEYWORDS
	sql, database

SEE ALSO
	Sql.postgres, Postgres.postgres, Sql.sql, Sql.sql_result


============================================================================
THANKS
	Many thanks to Henrik Grubbstrm, without whose help this piece of
	code couldn't be nearly as complete as it is.
	Also thanks to Frederik Hubinette, for designing such a nice language
	as Pike.

COPYRIGHT
	This code and documentation are copyright 1997 Francesco Chemolli 
	<kinkie@kame.usr.dsi.unimi.it>.
	It may be copied, modified, redistributed under the terms of the
	GNU General Public License, version 2.
	
	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with the Pike source. If not, write to the Free Software
	Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

	The Pike programming language is copyright Frederik Hubinette, and is
	distributed under the terms of the GNU General Public License. For furhter
	information, please consult the Pike WWW site, at http://pike.idonex.se/
