Robert Treat wrote:
A couple of the domain commands were missing "see also" references, this patch
adds those references.
Applied, thanks.
-Neil
---(end of broadcast)---
TIP 6: Have you searched our list archives?
http://archives.postgr
Robert Treat wrote:
Is there any plans to back patch this into 8.0.x?
Yeah, I was wondering about that -- I've backported the patch to
REL8_0_STABLE.
-Neil
---(end of broadcast)---
TIP 6: Have you searched our list archives?
http://arc
A couple of the domain commands were missing "see also" references, this patch
adds those references.
--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
Index: alter_domain.sgml
===
RCS file: /projects/cv
On Sunday 01 May 2005 11:58, Tom Lane wrote:
> Robert Treat <[EMAIL PROTECTED]> writes:
> > The example given in create domain seems to be broken. ISTM it requires
> > some extra escaping to be usable (at least in my goings on today it sure
> > was, and I the entries in pg_constraint sure seem to i
Robert Treat <[EMAIL PROTECTED]> writes:
> The example given in create domain seems to be broken. ISTM it requires some
> extra escaping to be usable (at least in my goings on today it sure was, and
> I the entries in pg_constraint sure seem to indicate this as well). I
> suggest that the examp