Kirk Wolak
Kirk Wolak
Interesting, I found another tool (dbForge) that produces SIMILAR OUTPUT, but it PASSES the test, but looks WRONG! ``` MonthID float NULL CONSTRAINT DF__Events__MonthID__37A5467C DEFAULT (NULL), bigpicture nvarchar(50) NULL CONSTRAINT...
I do this quickly enough. Find everything SELECT ALL the items [In File View] (Copy FileNames) paste into NotePad++ from first column, Shift+ALT+{DOWN} For all of the first lines, type...
Thank you Dmitry! Your hints have helped. By recording a few macros. I was able to get it working (80%). I cannot YET create output to the Problems Console... But...
Okay, I totally understand this error. I am using Ubuntu, PG 14.4 The root of these problems are that the pg_background_result() is attempting to MATCH the result (of the passed...
@vibhorkum Any feedback on this? I Felt the detail I added was clarifying as to the cause of the problem. I keep running into this in my code, as I've...
@vibhorkum Curious if you have seen my additional examples. Any Comments?
@rjuju I would prefer the second option... pg_background_lossy_result() that ALWAYS returns only the simple text rows. I like the name LOSSY in there because it makes you "think" and read...
> as (tag text); is EXACTLY what I meant by a simple "simple text rows". Each row is just one TEXT column. The crux of the problem. Okay, give me...
Sorry, I misunderstood the root of the question. I am perfectly fine with the LAST example. I do NOT care about the result at all... This call is wrapped in...
Okay, I built it: make clean make make install I did a restart on postgresql... But I do not see the function? I tried ALTER EXTENSION pg_background UPDATE; -- Nothing...