Chris Streeter
Chris Streeter
Huh. I'm not sure why the postgres backend doesn't work. It should be creating standard SQL, though I guess postgres doesn't like it. The SQL should look like: ``` sql...
Bummer. Looks like the only way to convert a MySQL `REPLACE INTO` statement is with [a stored procedure](http://en.wikibooks.org/wiki/Converting_MySQL_to_PostgreSQL#Language_Constructs). I'm not sure if adding a stored procedure is the way I...
This requires Postgres to implement [`SQL MERGE`](https://wiki.postgresql.org/wiki/SQL_MERGE). This was [slated for Postgres 9.4](http://lucumr.pocoo.org/2014/2/16/a-case-for-upserts/), but missed the cut unfortunately.
Ah, makes sense. Part of the reason that I'd picked `/tmp/gist-cache` is that it is still there between subsequent runs (without a reboot). However, I could use the `GIST_CACHE_LOCATION` setting...
Ah, bummer. It looks this isn't just a whitelabel version of reserveamerica.com
Yeah, this wouldn't be a bad idea. With this, you could then use the gist-embed in #6 .
The downside here is that gist-embed can't include the code in something like an RSS feed. With pelican-gist, it downloads and embeds the raw gist into the document, wrapping it...
Sounds good to me. I'm happy to help out with it, as I'd find it pretty useful.