Josh Williams wrote:

> The patch adds a query against pg_depend, then fakes an extra column
> "owned_by" in the output:

Please send a context diff (diff -c)


> Index: src/bin/psql/describe.c
> ===================================================================
> RCS file: /projects/cvsroot/pgsql/src/bin/psql/describe.c,v
> retrieving revision 1.188
> diff -r1.188 describe.c
> 917c917
> <             seq_values = pg_malloc_zero((SEQ_NUM_COLS+1) * 
> sizeof(*seq_values));
> ---
> >             seq_values = pg_malloc_zero((SEQ_NUM_COLS+2) * 
> > sizeof(*seq_values));


-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to