[HACKERS] pg_views definition format

2009-05-13 Thread Kev
d "a.id = b.id". Is that supposed to be that way? Is it likely to change? Thanks, Kev -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] plpgsql debugger (pldbg) absent from 8.4?

2009-03-13 Thread Kev
On Mar 13, 9:30 am, dp...@pgadmin.org (Dave Page) wrote: > On Fri, Mar 13, 2009 at 1:19 PM, Kev wrote: > > On the 2009-01-01 win32 release, I noticed I could no longer debug, > > Temporary bug that's since been resolved. Sorry 'bout that. Oh, no worries, thanks for the

[HACKERS] plpgsql debugger (pldbg) absent from 8.4?

2009-03-13 Thread Kev
On the 2009-01-01 win32 release, I noticed I could no longer debug, like when I'd set a breakpoint I'd immediately get the error message: syntax error at or near "," LINE 1: SELECT * FROM pldbg_set_global_breakpoint(, 55208, NULL, NUL... ...and the output pane of the debugger would show: row num

Re: [HACKERS] variables for tables and columns?

2008-04-08 Thread Kev
On Apr 8, 10:40 am, [EMAIL PROTECTED] (Gregory Stark) wrote: > "Kev" <[EMAIL PROTECTED]> writes: > > Would it be a lot of trouble to extend the ability that databases have > > to store variables (add_missing_from, array_nulls, etc.) to tables and > > columns

[HACKERS] variables for tables and columns?

2008-04-08 Thread Kev
variables to configure exceptions and special features, especially when using mod_libpq or otherwise trying to minimize the code that exists outside the database server. What do you think? Thanks, Kev -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your