Skip to content

Instantly share code, notes, and snippets.

@pcothenet
Last active August 29, 2015 14:22
Show Gist options
  • Save pcothenet/bb3bddc7b9abf98c3fb1 to your computer and use it in GitHub Desktop.
Save pcothenet/bb3bddc7b9abf98c3fb1 to your computer and use it in GitHub Desktop.
List all tables in MadKudu SQL
SELECT DISTINCT schemaname, tablename FROM pg_table_def;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment