Re: [HACKERS] Open 6.4 items

Поиск
Список
Период
Сортировка
От jwieck@debis.com (Jan Wieck)
Тема Re: [HACKERS] Open 6.4 items
Дата
Msg-id m0zP2Kn-000EBQC@orion.SAPserv.Hamburg.dsh.de
обсуждение исходный текст
Ответ на Open 6.4 items  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] Open 6.4 items
Список 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?

    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?


Jan

--

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

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

Предыдущее
От: "Jose' Soares"
Дата:
Сообщение: I can't find v6.4
Следующее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: [HACKERS] Open 6.4 items