Changes between Version 95 and Version 96 of members/GRIP-UQAM


Ignore:
Timestamp:
Apr 10, 2016, 6:44:45 PM (8 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM

    v95 v96  
    131131 * How do I get a list of databases in a Postgresql database ?
    132132* [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
     136ALTER USER postgres WITH PASSWORD '<password>';
     137\q
     138}}}
     139 * https://www.leaseweb.com/labs/2014/04/10-developer-tools-install-ubuntu-14-04/
    133140* Drop all tables in a database
    134141 * keywords: drop all tables from postgres database
     
    206213== Database Clients ==
    207214* https://en.wikipedia.org/wiki/Comparison_of_database_tools
    208 * https://packages.debian.org/search?keywords=pgadmin3
    209 * https://packages.debian.org/en/jessie/adminer
     215* [DebianPackage:pgadmin3]
     216* [DebianPackage:adminer]
    210217 * 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]
    212222* squirrel+sql+site:debian.org
    213223 * 3.3.3 does not work on debian 8
     
    222232 * https://git-scm.com/book/en/v2/Git-Basics-Tagging
    223233* 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
    224235== Json ==
    225236=== .json validator ===
     
    908919* [DebianPackage:postgresql-pltcl-9.4]
    909920* [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]
    911923* [https://www.compose.io/articles/what-postgresql-has-over-other-open-source-sql-databases Advertisement by a provider]
    912924===== Release Notes and Documentation =====