-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathPostgreSQL Notes
More file actions
45 lines (26 loc) · 1.3 KB
/
PostgreSQL Notes
File metadata and controls
45 lines (26 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
PostgreSQL Notes
************************ OVERVIEW ************************
PostgreSQL is an open source SQL database management system.
Need to download postgres from postgresapp.com.
You can also get pgAdmin3 for manageing the database in a GUI.
Sites:
Official Site: http://www.postgresql.org/
Download: http://www.postgresql.org/download/
Postgres.app: http://postgresapp.com/
pgAdmin: http://pgadmin.org/
From the download site you can click on the postgres.app link which takes you to the postgres.app site, or of course just go straight there.
Postgres.app is an easy way to use postgres on Macs.
On Mac, installs postgres.app and pgAdmin from their respective sites.
pgAdmin is a GUI for database management in Postgres.
************************ INTRO ************************
psql
The command to
************************ x ************************
************************ x ************************
************************ x ************************
************************ x ************************
************************ x ************************
************************ x ************************
************************ x ************************
************************ x ************************
************************ x ************************