PostgerSQL 이란?
postgreSQL은 캘리포니아 대학교 버클리 컴퓨터 공학과에서 개발된 POSTGRE 버전 4.2 기반으로 하는 객체 관계형 데이터베이스 관리 시스템 입니다. 많은 개발자들이 오픈 소스에 기여하고 있으며 무료 라이센스로 인해 개인, 상업 학술 모든 목적으로 누구나 무료로 사용할 수 있습니다.
PostgreSQL 간략한 역사
The Berkeley POSTGRES Project
Postgres95
PostgreSQL
[아래에서 확인]
https://www.postgresql.org/docs/14/history.html
2. A Brief History of PostgreSQL
2. A Brief History of PostgreSQL 2.1. The Berkeley POSTGRES Project 2.2. Postgres95 2.3. PostgreSQL The object-relational database management system now …
www.postgresql.org
SQL 명령
https://www.postgresql.org/docs/14/sql-commands.html
SQL Commands
SQL Commands This part contains reference information for the SQL commands supported by PostgreSQL. By “SQL” the language in general …
www.postgresql.org
공식 사이트
https://www.postgresql.org/docs/14/index.html
PostgreSQL 14.3 Documentation
PostgreSQL 14.3 Documentation The PostgreSQL Global Development Group Copyright © 1996–2022 The PostgreSQL Global Development Group Legal Notice Table of …
www.postgresql.org
간단하게 정리하려 했으나 공식 사이트에 너무나 잘 나와 있어 링크만 걸어 둔다.
궁금할때마다 들어와서 보자
'DATABASE > POSTGRESQL' 카테고리의 다른 글
IN 절 안에 있는 id 값 대로 데이터 정렬하기 (0) | 2023.06.08 |
---|---|
psql 명령어를 사용하여 원격지 DataBase 복원해보기 (0) | 2023.05.10 |
Excluded 명령어는 언제사용하는가? (0) | 2022.12.02 |