Skip to content

Instantly share code, notes, and snippets.

@tru
Created January 28, 2013 12:14
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 tru/4655044 to your computer and use it in GitHub Desktop.
Save tru/4655044 to your computer and use it in GitHub Desktop.
breakpad=# select * from releases_raw ;
product_name | version | platform | build_id | build_type | beta_number | repository
-----------------+----------+----------+----------------+------------+-------------+------------
PlexMediaServer | 0.9.7.12 | linux | 20130128000000 | Nightly | | nightly
PlexMediaServer | 0.9.7.12 | macosx | 20130128000000 | Nightly | | nightly
PlexMediaServer | 0.9.7.12 | win32 | 20130128000000 | Nightly | | nightly
(3 rows)
breakpad=# select * from product_info ;
breakpad=# select count(*) from product_info ;
count
-------
0
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment