postgresql/src
Bruce Momjian 0d916a4b60 > create view pg_locks as select l.relation, l.database, l.backendpid,
> l.mode, l.isgranted from pg_lock_info() as l(relation oid, database oid,
 > backendpid int4, mode text, isgranted bool);
 > ERROR:  badly formatted planstring "COLUMNDEF "...
 >

Reported by Neil Conway -- I never implemented readfuncs.c support for
ColumnDef or TypeName, which is needed so that views can be created on
functions returning type RECORD. Here's a patch.

Joe Conway
2002-08-10 20:44:48 +00:00
..
backend > create view pg_locks as select l.relation, l.database, l.backendpid, 2002-08-10 20:44:48 +00:00
bin psql prints its version number in its startup message, per recent 2002-08-10 19:35:01 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include This patch removes a lot of unused code related to assertions and 2002-08-10 20:29:18 +00:00
interfaces Change LOCK statements to start new transaction 2002-08-09 10:04:21 +00:00
makefiles Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
pl Clean up plpgsql identifier handling: process quoted identifiers 2002-08-08 01:36:05 +00:00
port Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
template Fix case syntax for freebsd template. 2002-07-08 01:54:30 +00:00
test Major improvement in CLUSTER which preserves table characteristics using 2002-08-10 20:43:46 +00:00
tools Add mention of copyright year update. 2002-07-24 17:58:24 +00:00
tutorial Ensure that src/tutorial gets cleaned by top-level make clean. 2002-07-30 17:47:58 +00:00
utils Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Ensure that src/tutorial gets cleaned by top-level make clean. 2002-07-30 17:47:58 +00:00
Makefile.global.in Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
Makefile.shlib Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
nls-global.mk NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
win32.mak Missed this part in pg_config.h rename. 2001-08-24 22:42:28 +00:00