Friday, April 29, 2016

PostGreSQL: getting started



http://www.enterprisedb.com/products-services-training/pgdownload#windows

http://www.postgresqltutorial.com/postgresql-sample-database/


WARNING: Console code page (437) differs from Windows code page (1252)
         8-bit characters might not work correctly. See psql reference
         page "Notes for Windows users" for details.
Type "help" for help.

install add bin to path
psql.exe

\d

create table thingy(



In Visual studio, click on view, server explorer


1. localhost is the server
2. postgres is the database name
3. public is the schema

No comments:

Post a Comment