Skip to content

Instantly share code, notes, and snippets.

@pcothenet
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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