빨라 -_-

 

티비 설치 완료

오븐 설치 완료

청소기는 아직 개시는 안해봄

건조기는 전기 배선 공사가 필요

 

아무튼 결론..

티비가 크다고 해서 애들이 뒤로 가서 볼리는 없다 -_ㅠ

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

바쁘고 힘든 주말  (0) 2020.01.12
약간의 앨범정리  (0) 2019.12.28
지름의 날  (0) 2019.11.16
차가 없으니 키즈카페 가기도 힘드네  (0) 2019.10.27
부모와 함께하는 어린이집  (0) 2019.10.26
Posted by 구차니

아내님 신나게 지른거 같진 않은데 미묘하게 많은 금액?

 

진공 청소기

55인치 티비

빨래 건조기

컨벡션 오븐

 

후...

내가 지르고 싶은건 점점 물건너 가는 느낌?

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

약간의 앨범정리  (0) 2019.12.28
지름 배송..  (2) 2019.11.17
차가 없으니 키즈카페 가기도 힘드네  (0) 2019.10.27
부모와 함께하는 어린이집  (0) 2019.10.26
둘째 열나서 아빠도 죽음  (0) 2019.10.12
Posted by 구차니

회사 법카 찬스를 이용하여

회사에서 집까지 44km 심야할증+시외지역 크리터져서

5만원 직전 금액 나오는 걸 두번 탔음 ㅋㅋ

 

내돈이 아니니 부르주아는 아닌건가?

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

택시 심야할증  (2) 2019.11.19
망가졌어  (2) 2019.11.19
골골골  (0) 2019.11.14
폭풍전야의 고요?  (0) 2019.11.12
날 끌어 올리자  (0) 2019.11.10
Posted by 구차니

1123.0

이라는 숫자가 있고

1123 이 있는데

split_part(num, '.', 2)를 하면 1123은 0으로 나누어지지만

1123은 ''으로 나오기에 미리 값을 확인하고 null로 case 문 처리 해야 할 듯

 

ASE WHEN version LIKE '%-%'
     THEN SPLIT_PART(version, '-', 2)::int
     ELSE 0 END

[링크 : https://stackoverflow.com/questions/45766644/substituting-value-in-empty-field-after-using-split-part]

'프로그램 사용 > postgreSQL' 카테고리의 다른 글

sql TO_CHAR()  (0) 2019.11.23
sql where like %와 _  (0) 2019.11.22
postgres table schema comment 달기  (0) 2019.11.13
with in sql  (0) 2019.11.11
where not in 에서는 null 값을 조심하자  (0) 2019.11.11
Posted by 구차니

야근의 아니.. 철야의 스멜이...

 

+

2시 반에 택시타고 집에 갔...

시외+심야 할증해서 5만원 조금 못미치는 금액.. ㄷㄷ

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

망가졌어  (2) 2019.11.19
부르주아 라이프  (0) 2019.11.15
폭풍전야의 고요?  (0) 2019.11.12
날 끌어 올리자  (0) 2019.11.10
인간은 역시 사람들 사이에서 살아야 하나보다.  (4) 2019.11.09
Posted by 구차니

pgadmin 프로그램 버전에서 테이블 클릭시 create table 명령과 함께 구조가 나오는데 거기에 주석을 다는 방법

웹 버전의 pgadmin(윈도우) 에서는 comment를 어떻게 볼수 있는지 모르겠네..

 

 

아무튼 결론

테이블을 만들고 나서 comment on column table.column_name is 'comment' 식으로 달면된다.

create table session_log 

   userid int not null, 
   phonenumber int
); 

comment on column session_log.userid is 'The user ID';
comment on column session_log.phonenumber is 'The phone number including the area code';

 

[링크 : http://lnk2580.blogspot.com/2014/12/db-postgresql-comment.html]

[링크 : https://stackoverflow.com/.../adding-comment-to-column-when-i-create-table-in-postgresql]

 

+

코멘트 없애는건 빈 코멘트를 쓰면된다.

Only one comment string is stored for each object, so to modify a comment, issue a new COMMENT command for the same object. To remove a comment, write NULL in place of the text string. Comments are automatically dropped when their object is dropped.

 

COMMENT ON COLUMN my_table.my_column IS 'Employee ID number';

[링크 : https://www.postgresql.org/docs/9.1/sql-comment.html]

[링크 : http://www.dbatodba.com/db2/db2-comment/]

 

+

테이블 컬럼의 코멘트는 웹 버전보다 리눅스 어플리케이션 버전이 더 보기 편하네?

[링크 : https://dataedo.com/kb/tools/pgadmin/how-to-view-and-edit-table-and-column-comments]

Posted by 구차니

먼가 준비가 잘된거 같은데 웬지 불안하네

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

부르주아 라이프  (0) 2019.11.15
골골골  (0) 2019.11.14
날 끌어 올리자  (0) 2019.11.10
인간은 역시 사람들 사이에서 살아야 하나보다.  (4) 2019.11.09
그래 주말만 버티자  (0) 2019.11.08
Posted by 구차니

걍.. with 변수명 as (select ...)

하고 쓰면 되네? 일종의 임시 테이블로 쓰이는구나..

[링크 : https://thebook.io/006696/part01/ch07/02/]

Posted by 구차니

null이 하나라도 있으면

and value != NULL 조건이 되어서

정상적으로 걸러지지 않는 듯

[링크 : https://doorbw.tistory.com/222]

Posted by 구차니

git을 전송할때 압축하는데 서버측에서 메모리 부족으로 뻗을수 있으니

로컬에서 압축하지 않고 보내도록 하면 되는 듯?

remote: Counting objects: 50044, done.
remote: aborting due to possible repository corruption on the remote side.
fatal: 프로토콜 오류: 잘못된 묶음 헤더

 

Adding git config --global pack.window "0" worked for me...along with following

git config --global pack.windowMemory "100m"
git config --global pack.packSizeLimit "100m" 
git config --global pack.threads "1"
Reason:

Git clone compresses the data while cloning the repository

It compresses the data on the server memory before receiving the data/files.

If the server has out of memory you will get the above error while packing the objects

You can fix the issue by making git clone the repository without packing the objects on the server with the following.

git config --global pack.window "0"

[링크 : https://stackoverflow.com/questions/4170317/git-pull-error-remote-object-is-corrupted]

Posted by 구차니