Error in pg_dump and pg_dumpall

Поиск
Список
Период
Сортировка
От slawek@poczta.icpnet.pl
Тема Error in pg_dump and pg_dumpall
Дата
Msg-id 63805.83.27.231.163.1102871034.squirrel@83.27.231.163
обсуждение исходный текст
Ответы Re: Error in pg_dump and pg_dumpall  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Name        :    Slawomir Sudnik
Email    address:    slawek@icpnet.pl

Operating System      : Linux Fedora / Windows XP

PostgreSQL version     :   8.0 rc1

Descrtiption:  Error in pg_dump and pg_dumpall

Details:

I made from database dump and received:

(...)

COMMENT ON CONSTRAINT b_c_check ON b IS 'constraint - b_c_check';

SET default_tablespace = '';

SET default_with_oids = true;

--
-- Name: b; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
--

CREATE TABLE b (
    c text NOT NULL,
    CONSTRAINT b_c_check CHECK ((length(c) > 1))
);

ALTER TABLE public.b OWNER TO postgres;

--
-- Name: TABLE b; Type: COMMENT; Schema: public; Owner: postgres
--

COMMENT ON TABLE b IS 'Table - b';

--
                                                     --
-- Name: COLUMN b.c; Type: COMMENT; Schema: public; Owner: postgres
--

COMMENT ON COLUMN b.c IS 'Column - c';

(...)

The comment on constraint of type the CHECK is before creation of mother
table.


Greets,
Slawomir Sudnik

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: concat fails 'sometimes' on empty colums in select
Следующее
От: Bryan Roberts
Дата:
Сообщение: Win 32 'could not attach to proper memory at fixed address'