출처 : http://www.lug.or.kr/docs/LINUX/KLDP/KoreanDoc/html/JServ_PgSQL-KLDP-html/JServ_PgSQL-KLDP-5.html 1. JDBC 드라이버 받기 http://jdbc.postgresql.org/download.html 2. JDBC Connection 접속 소스 /** * JDBC Connection String Examples * * jdbc:postgresql:database_name * jdbc:postgresql://host/database_name * jdbc:postgresql://host:port/database_name */ import java.sql.*; public class PgsqlJdbcTest { public ..
출처 : http://www.davidpashley.com/articles/postgresql-user-administration.html http://www.faqs.org/docs/ppbook/x17149.htm 0. DB 콘솔 로그인 C:\pgsql\bin>psql -U postgres template1 psql (8.4.0) Type "help" for help. 1. 사용자 관리 1-1. 사용자 추가 template1=# CREATE USER scott WITH PASSWORD 'tiger'; CREATE ROLE 1-2. 사용자 조회 template1=# select * from pg_shadow; usename | usesysid | usecreatedb | usesuper | usecatu..
OS : Windows 7 1. PostgreSQL 다운받기 경로 : http://www.enterprisedb.com/products/pgbindownload.do 2. 압축풀기 7z.exe x postgresql-8.4.0-1-windows-binaries.zip -oC:\ 3. OS 사용자 만들기 (관리자 권한으로 실행) C:\pgsql>net user postgres 1234 /add 명령을 잘 실행했습니다. 4. C:\pgsql\bin 폴더 Path에 추가 제어판 > 시스템 > 환경변수의 Path 추가 5. 새로 생성한 postgres로 로그인 C:\pgsql>runas /user:postgres cmd postgres의 암호 입력: cmd을(를) 사용자 "BLUESANTA-PC\postgres..
-- 현재 시간보다 30분 전 시간 구하기 ksmsdb=> select now(), now() - interval'30 minute'; now | ?column? -------------------------------+------------------------------- 2007-11-21 10:29:21.635014+09 | 2007-11-21 09:59:21.635014+09 (1 row) -- 현재 시간보다 하루 전 날짜 구하기 ksmsdb=> select now(), now()::date - '1 day'::interval; now | ?column? -------------------------------+--------------------- 2007-11-21 10:32:06.62971..
참고 사이트 http://www.hqunix.com/wp/?p=266 http://blog.naver.com/ladom/60026225972 http://www.linux.com/guides/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap27sec224.shtml 사용자 만들기 C:\Documents and Settings\bluesanta>net user postgres 1234 /add 명령을 잘 실행했습니다. postgres 사용자로 cmd 실행하기 C:\Documents and Settings\bluesanta>runas /user:postgres cmd postgres의 암호 입력: cmd을(를) 사용자 "SHRYU\postgres"(으)로 시작하..
- Total
- Today
- Yesterday
- Linux
- NDK
- Xcode
- 튜닝쇼 2008
- 지스타2007
- ble
- KOBA
- MySQL
- sas2009
- BPI-M4
- Mac
- Delphi Tip
- oracle
- koba2010
- Spring MVC
- JavaScript
- android
- Delphi
- 레이싱모델 익스트림 포토 페스티벌
- 서울오토살롱
- 전예희
- 일본여행
- flex
- 동경
- ubuntu
- SAS
- Spring
- ffmpeg
- 송주경
- Java
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |