Merlin Moncure

Results 4 issues of Merlin Moncure

This could purely be construed as a purely documentation issue, but there are a couple of default behaviors that could arguably be changed: 1) server msg_handler changed to 'notice' 2)...

CREATE FOREIGN TABLE foo_fdw ( ) SERVER foo_server OPTIONS ( query $xy$select 1$xy$, match_column_names 'no') crashes postgres in my variant although it is legal syntax

Currently, when executing queries that fail, the error message returned is a generic one, e.g. ERROR: DB-Library error: DB #: 20018, DB Msg: General SQL Server error: Check messages from...

Hi. Right now I'm working on an entirely stored procedure based coordination framework called pgtask. Think of it as a centralized cron for controlling database task execution in complex environments;...