Join Bill Weinman for an in-depth discussion in this video Installing PostgreSQL on a PC, part of PostgreSQL 9 with PHP Essential Training.
In this movie, I'll be installing Postgres 9.1 on this machine running Windows 7.…I've downloaded Postgres already from this web site, but here's how you do it.…You go to www.postgresql.org/download, and you'll notice a link down here for Windows.…You click on that and you'll click on Download the one click installer.…Now this will take you to another web site run by EnterpriseDB.…These are the folks that package up the one-click installers for Postgres.…
And you'll select the appropriate one of these Windows versions.…I have selected the Widows x86-64, and that's right here on my Desktop, and I'm…going to install it from there.…Now before you install Postgres, it's really important that you turn off any…antivirus software that might be running.…I have actually experienced installing Postgres with antivirus software running…and having that installation not work.…So you need to turn off your antivirus software before you run this installation.…
Also, you need to run the installer in administrator mode, and that means that…
Author
Released
11/10/2011- Installing PostgreSQL
- Understanding database architecture
- Inserting, updating, and deleting data in a table
- Creating a database library
- Indexing ID fields
- Storing numbers, text, and Boolean values
- Reading data
- Using casts to force type
- Using mathematical functions
- Concatenating strings
- Working with date and time functions and operators
- Defining CRUD
- Using PHP to insert, read, update, and delete rows in a database
Skill Level Beginner
Duration
Views
Related Courses
-
Ruby on Rails 4 Essential Training
with Kevin Skoglund12h 41m Beginner -
Git Essential Training
with Kevin Skoglund6h 25m Beginner -
SQL Essential Training
with Bill Weinman3h 27m Beginner
-
Introduction
-
Welcome54s
-
Prerequisites3m 19s
-
Installing PostgreSQL on a Mac14m 49s
-
Installing PostgreSQL on a PC11m 16s
-
Installing XAMPP and SID on a PC13m 34s
-
-
1. Quick Start
-
Creating a database5m 28s
-
Creating a table7m 1s
-
Inserting data into a table8m 25s
-
Getting data from a table4m 37s
-
Updating data in a table4m 29s
-
Creating a database library7m 20s
-
2. Creating a Database
-
Creating a database7m 14s
-
Defining a table in SQL5m 35s
-
Creating a table in PHP6m 41s
-
Creating indexes5m 20s
-
Indexing ID fields3m 26s
-
3. Data Types
-
Understanding data types2m 53s
-
Storing text3m 17s
-
Storing Boolean values2m 11s
-
Storing dates and times4m 49s
-
-
4. Storing and Reading Data
-
Reading data with SELECT5m 24s
-
Reading with JOIN4m 16s
-
5. SQL Expressions
-
Matching patterns with LIKE2m 51s
-
Using casts to force type2m 26s
-
6. Mathematical Functions and Operators
-
Using math functions3m 2s
-
7. String Functions and Operators
-
Concatenating strings1m 34s
-
Trimming and padding strings2m 49s
-
Converting numbers1m 48s
-
8. Date and Time Functions and Operators
-
9. PHP Interfaces
-
Choosing an interface1m 39s
-
Using the PDO interface9m 53s
-
Creating a library11m 19s
-
-
10. Web Applications
-
Defining CRUD4m 18s
-
Managing the database in PHP3m 29s
-
-
Conclusion
-
Goodbye31s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Installing PostgreSQL on a PC