database.sarang.net
UserID
Passwd
Database
DBMS
MySQL
ㆍPostgreSQL
Firebird
Oracle
Informix
Sybase
MS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
PostgreSQL Q&A 468 게시물 읽기
No. 468
잘되던 pgsql이 에러를...
작성자
진주성
작성일
2000-01-27 11:41
조회수
14,207

갑자기 잘 되던 데이타베이스가 깨졌네용..

 

물론 데몬떠있구요..

 

다른 디비들은 결과가 나오는데..

 

유독 이 디비만 깨졌습니다..

 

무슨 해결책이 있겠습니까?

 

다음은 덤프 내용입니다..

 

\connect / Blue

CREATE SEQUENCE "guestinc" start 18 increment 1 maxvalue 2147483647 minvalue 1

cache 1 ;

SELECT nextval ('"guestinc"');

CREATE TABLE "guest" (

"id" int4 DEFAULT nextval ( 'guestinc' ) NOT NULL,

"name" character varying(20),

"home" character varying(40),

"email" character varying(35),

"comment" text,

"ip" character varying(17),

"reg_date" datetime);

REVOKE ALL on "guest" from PUBLIC;

GRANT ALL on "guest" to "nobody";

GRANT ALL on "guest" to "Blue";

COPY "guest" FROM stdin;

SQL query to dump the contents of Table 'guest' did not execute. Explanation fr

om backend: 'pqReadData() // backend closed the channel unexpectedly.

This probably means the backend terminated abnormally

before or while processing the request.

'.

The query was: 'COPY "guest" TO stdout;

'. "

[Top]
No.
제목
작성자
작성일
조회
475RestrictionClauseSelectivity: bad value 2.461732
날기둘려
2000-01-27
11843
477┕>Re: RestrictionClauseSelectivity: bad value 2.461732
정재익
2000-01-27 18:53:57
13110
470Permission denied[급해요!]
2000-01-27
13874
471┕>Re: Permission denied[급해요!]
신현호
2000-01-27 13:39:46
14475
469text에대한 order by가 왜 안되죠??????
오더맨
2000-01-27
14138
472┕>Re: text에대한 order by가 왜 안되죠??????
신현호
2000-01-27 13:42:57
14688
474 ┕>Re: Re: text에대한 order by가 왜 안되죠??????
오더맨
2000-01-27 16:54:11
14441
479  ┕>Re: Re: Re: text에대한 order by가 왜 안되죠??????
정재익
2000-01-27 20:57:09
14553
482   ┕>Re: Re: Re: Re: text에대한 order by가 왜 안되죠??????
왕수용
2000-01-28 21:06:32
14400
485    ┕>Re: Re: Re: Re: Re: text에대한 order by가 왜 안되죠??????
정재익
2000-01-29 08:17:42
14971
468잘되던 pgsql이 에러를...
진주성
2000-01-27
14207
481┕>Re: 잘되던 pgsql이 에러를...
정재익
2000-01-27 23:06:52
14626
467중복된 레코드의 삭제는??
박동구
2000-01-27
15618
473┕>Re: 중복된 레코드의 삭제는??
신현호
2000-01-27 13:54:15
16173
478 ┕>Re: Re: 중복된 레코드의 삭제는??
정재익
2000-01-27 19:28:06
17310
3216  ┕>Re: Re: Re: 중복된 테이블
이민수
2001-07-31 08:35:51
16321
3219   ┕>왜 테이블이 중복(2개)가 만들어 지는지......... 갈쳐 주세요..?
사이버
2001-07-31 19:00:06
16007
465도와주세요
이하늘
2000-01-26
16065
466┕>Re: 도와주세요
정재익
2000-01-26 23:06:12
16510
463help me!! 6.5.3 make시 error를 잡을수가 없네요.
이현주
2000-01-25
14725
464┕>Re: help me!! 6.5.3 make시 error를 잡을수가 없네요.
정재익
2000-01-25 23:49:46
15353
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.027초, 이곳 서비스는
	PostgreSQL v16.2로 자료를 관리합니다