OSDN Git Service

Regular updates
[twpd/master.git] / postgresql.md
index d67899e..0debd9e 100644 (file)
@@ -1,15 +1,16 @@
 ---
 title: PostgreSQL
 category: Databases
+layout: 2017/sheet
 ---
 
-Replace anything within `<placeholder>` accordingly
-
 ### Console
 
     $ psql #logs in to default database & default user
     $ sudo -u <rolename:postgres> psql #logs in with a particular user
 
+Replace anything within `<placeholder>` accordingly
+
 ### Commands
 
  * Show roles: `\du`