Re: Updated docs needed for 7.0

From: wieck(at)debis(dot)com (Jan Wieck)
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, PostgreSQL-documentation <docs(at)postgresql(dot)org>
Subject: Re: Updated docs needed for 7.0
Date: 2000-04-11 11:39:56
Message-ID: m12ez1Q-0003knC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> OK, I have talked to Thomas and have found which items need work for
> 7.0. Comments please.
>
> ---------------------------------------------------------------------------
>
> > Add CmdTuples() to libpq++(Vince)
>
> > New CREATE CONSTRAINT TRIGGER and SET CONSTRAINTS commands(Jan)
> > ALTER TABLE CONSTRAINT
> > First real FOREIGN KEY constraint trigger functionality (Jan)
> > Add FOREIGN KEY ... MATCH FULL ... ON DELETE CASCADE (Jan)
> > Add FOREIGN KEY ... MATCH referential actions (Don Baccus)
> > Add ALTER TABLE ... ADD FOREIGN KEY (Stephan Szabo)

Attached is are diffs for CREATE/ALTER table doc I've
forgotten in my mailbox (sorry). Haven't tried to apply and
since I don't have working sgml stuff cannot check.

> > New lztext data type for compressed text fields
>
> Not documented. I think we want to document it, no?

If at all, only in the release notes because it has to be
removed again as soon as we implement TOAST.

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#========================================= wieck(at)debis(dot)com (Jan Wieck) #

Attachment Content-Type Size
diff4 text/plain 26.2 KB

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Andrew C.R. Martin 2000-04-11 11:42:01 Bugs: Programming Language Functions
Previous Message Peter Eisentraut 2000-04-11 11:26:01 Re: Postgres vs. PostgreSQL