Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA18645; Mon, 16 Mar 92 08:39:20 -0800
Date: Mon, 16 Mar 92 08:39:20 -0800
Message-Id: <9203161639.AA18645@postgres.Berkeley.EDU>
From: postgres@widget.fiu.edu (Postgres Database)
Subject: Remote Operation
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu

Hi, Jaff

	When I run postgres as user postgres on remote machine
through the local network, everything goes fine. But as one of the 
user, when I run on remote machine, it give me following message :

chenyy@loony:/tmp_mnt/home/dweezil/postgres/demo
-------16%createdb mydemo2
FATAL 1:Mar 16 11:04:12:process userid (345) != database owner (79)

/home/dweezil/postgres/bin/createdb: database creation failed on mydemo2.

or 

chenyy@loony:/tmp_mnt/home/dweezil/postgres/demo
-------12%!!
monitor demo
Welcome to the C POSTGRES terminal monitor

Go
* \i set-up-1.pq

Query sent to backend is "  define type city_budget ( internallength = 16,
  input = int44in,                        output = int44out,
 element = int4) "
FATAL 1:Mar 16 10:56:13:process userid (345) != database owner (79)


Query sent to backend is "define function circle_in (language = "c",
                   returntype = circle )    arg is (char16)   as "/fiu/dweez
il/postgres/demo/circle.o" "
Error: No response from the backend, exiting...

-----------------------------------------------------------------------
	This user can run the normal operation on postgres server 
machine.
	As the manual described, UID of chenyy is unique and the same
as Unix's UID 345, 79 is user postgres's UID I modify in src/lib/H/catalog/
pg_user.h as follow :
 DATA(insert OID =    79 ( postgres 79 t t t t ));
	The platform I use is Sun 3/80 using SunOS 4.1.1

	Would you please tell me what part I doing wrong ?

Ying-Yuang Chen
