Changes between Version 95 and Version 96 of members/GRIP-UQAM
- Timestamp:
- Apr 10, 2016, 2:44:45 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v95 v96 131 131 * How do I get a list of databases in a Postgresql database ? 132 132 * [http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands 15 Practical PostgreSQL Database Administration Commands] 133 * Root Password 134 {{{#!sh 135 $ sudo -u postgres psql postgres 136 ALTER USER postgres WITH PASSWORD '<password>'; 137 \q 138 }}} 139 * https://www.leaseweb.com/labs/2014/04/10-developer-tools-install-ubuntu-14-04/ 133 140 * Drop all tables in a database 134 141 * keywords: drop all tables from postgres database … … 206 213 == Database Clients == 207 214 * https://en.wikipedia.org/wiki/Comparison_of_database_tools 208 * https://packages.debian.org/search?keywords=pgadmin3209 * https://packages.debian.org/en/jessie/adminer215 * [DebianPackage:pgadmin3] 216 * [DebianPackage:adminer] 210 217 * https://packagist.org/packages/vrana/adminer 211 * https://www.drupal.org/project/adminer 218 * https://www.adminer.org/ 219 * http://www.sitepoint.com/nette-framework-first-impressions/ 220 * https://www.drupal.org/project/adminer (Check if bug with version 4 has been resolved!) 221 * [https://www.leaseweb.com/labs/2014/04/10-developer-tools-install-ubuntu-14-04/ Install Adminer 4 in Apache] 212 222 * squirrel+sql+site:debian.org 213 223 * 3.3.3 does not work on debian 8 … … 222 232 * https://git-scm.com/book/en/v2/Git-Basics-Tagging 223 233 * http://stackoverflow.com/questions/978052/how-can-i-make-my-local-repository-available-for-git-pull 234 * http://www.git-tower.com/blog/git-cheat-sheet 224 235 == Json == 225 236 === .json validator === … … 908 919 * [DebianPackage:postgresql-pltcl-9.4] 909 920 * [DebianPackage:postgresql-9.4-plsh] 910 ==== Feature Lists ==== 921 ==== General information and Feature Lists ==== 922 * [https://www.safaribooksonline.com/library/view/postgresql-up-and/9781449373184/ch01.html PostgreSQL: Up and Running] 911 923 * [https://www.compose.io/articles/what-postgresql-has-over-other-open-source-sql-databases Advertisement by a provider] 912 924 ===== Release Notes and Documentation =====