Skip to content

Instantly share code, notes, and snippets.

View magdakosior's full-sized avatar

lil_wombat magdakosior

  • Canmore, Alberta
View GitHub Profile
@magdakosior
magdakosior / brainstorming.txt
Last active August 29, 2015 14:16
PGYI DB Brainstorming
-- API --
validate_upload(upload_id) --inserts from get_upload_violations
exec delete_duplicates()upload_id -- iterate through eacj onValidate
insert from get_upload_violations(upload_id) into violations -- query on all rules without insert
delete_upload()