Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA13133; Fri, 13 Nov 92 15:29:14 -0800
Date: Fri, 13 Nov 92 15:29:14 -0800
Message-Id: <9211132329.AA13133@postgres.Berkeley.EDU>
From: Khalil El-Hindi <kel@dcs.exeter.ac.uk>
Subject: asynchronous portals in version4.0.0
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu

--text follows this line--

I have been trying to test the asynchronous portal interface in postgres
version 4.0.0 with no luck. I used the sample program2 given in the
reference manual (pp 101). When I run the program it shows the message

 WARN:date: listen: relation does not exists.

When I issue an append statement to relation test1 (e.g. append test1(i=10)\g)
from within the monitor, the system gives the error message:

 ERROR: Unexpected identifier in process_protal.

and it exits from the monitor.
 
 Could you please tell me how to get around this problem.

 Thank you

 Khalil
