Re: [HACKERS] Open 6.4 items

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: jwieck(at)debis(dot)com
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Open 6.4 items
Date: 1998-10-02 14:47:16
Message-ID: 199810021447.KAA05651@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> >
> > We still have some release-stoppper items on this list.
> >
> > I need to integrate the cidr type into the system.
> >
> > ---------------------------------------------------------------------------
> >
> > Possible additions
> > ------------------
> > cidr/IP address type(Tom Helbekkmo)
> > rewrite system(Jan)
>
> I'm still waiting for 2 patches I sent to you to get applied.
> Subjects where:
>
> rewrite rules patch
>
> Fix for pg_views/pg_rules and new system views
>
> Do you need them again?

I am afraid I do. I don't have them.

>
> Still must tidy up the rewrite stuff and add the checks for
> rules on select. But I would like the two patches applied
> first to get in sync with CVS.
>
> > notify fixes(Tom)
> >
> > Serious Bugs
> > ------------
> > change pg args for platforms that don't support argv changes
> > (setproctitle()?, sendmail hack?)
> > have psql dump out rules text with new function
>
> This requires the second patch, because it covers subselect
> backparsing for pg_get_ruledef.
>
> > man pages/sgml synchronization
> > generate html/postscript documentation
> > generate postmaster pid file and remove flock/fcntl lock code
> > CREATE TABLE test (x text, s serial) fails if no database creation permission
> > SELECT * FROM pg_rules WHERE pg_rules.oid = pg_class.oid crashes
>
> Will take a look at it.
>
> > handle oid's on views by either disallowing it or meaningful results
> > CREATE INDEX i_test ON pg_class (upper(relname)) fails
>
> Don't functional indices need an operator class too?

yes.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-02 15:00:19 Re: [HACKERS] regproc fix
Previous Message Bruce Momjian 1998-10-02 14:45:23 Re: [HACKERS] regproc fix