Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA17839; Thu, 18 Feb 93 13:44:55 -0800
Message-Id: <9302182144.AA17839@postgres.Berkeley.EDU>
From: John Peter Lee <jlee@cs.ulowell.edu>
Subject: explain a warning message, please
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
To: postgres@postgres.berkeley.edu
Date: Thu, 18 Feb 1993 16:45:39 -0500 (EST)
Cc: john@cs.ulowell.edu (John C. Sieg)
X-Mailer: ELM [version 2.4 PL20]
Content-Type: text
Content-Length: 1042      

Hi -

	This is my first go-around with using Postgres. Please
	bear with me. Thanx in advance !

	I'm using libpq in a C program to build a database. I had 
	created it externally with "createdb", and am appending it
	within my program. I set the db fine, and, using PQexec(),
	I am able to create a relation. OK, so far so good.

	My problem is that each time I append the relation, I get the
	following warning message:

	WARN:Feb 18 16:16:09:typeid_get_relid: Invalid type - oid = 357

	The oid is the same every time I execute the append.

	Can someone tell me:

	1. What this means.
	2. If there is a listing/manual section dealling with all
	   errors and warnings ?

	   thanx.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
JP Lee                 Institute for Visualization and Perception Research	
jlee@cs.ulowell.edu                  University of Massachusetts at Lowell 
(508) 934-3384				1 University Ave. Lowell, MA 01854

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
