Skip to content

Instantly share code, notes, and snippets.

@halcyon
Created April 29, 2014 19:27
Show Gist options
  • Save halcyon/11409689 to your computer and use it in GitHub Desktop.
Save halcyon/11409689 to your computer and use it in GitHub Desktop.
ALTER foreign table sf_task ADD column Customer_Meeting__c text;
select PG_TERMINATE_BACKEND(pid) from pg_stat_activity WHERE pid <> pg_backend_pid() AND datname = 'salesforce';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment