Обсуждение: Want to test beta, but ...

Поиск
Список
Период
Сортировка

Want to test beta, but ...

От
Josh Berkus
Дата:
Folks,

I'd like to test some of the new features in the 7.3 beta.   However, they are
not yet documented anywhere as new features.   I was hoping that one of the
developers (Joe? Jan?) could contact me with rough docs of the following so
that I can do my part to destruction-test:

Table-returning functions
Prepared queries
Function priviledges

Thanks a lot!

--
-Josh BerkusAglio Database SolutionsSan Francisco



Re: Want to test beta, but ...

От
Joe Conway
Дата:
Josh Berkus wrote:
> Folks,
> 
> I'd like to test some of the new features in the 7.3 beta.   However, they are 
> not yet documented anywhere as new features.   I was hoping that one of the 
> developers (Joe? Jan?) could contact me with rough docs of the following so 
> that I can do my part to destruction-test:
> 

I think all of these are in the development docs.

> Table-returning functions
http://developer.postgresql.org/docs/postgres/xfunc-tablefunctions.html
http://developer.postgresql.org/docs/postgres/xfunc-c.html   (section 11.5.6. Table Function API)
http://developer.postgresql.org/docs/postgres/sql-select.html    (see FROM items)

> Prepared queries
http://developer.postgresql.org/docs/postgres/sql-prepare.html
http://developer.postgresql.org/docs/postgres/sql-execute.html
maybe more places; I'm not too familiar with this change

> Function priviledges
http://developer.postgresql.org/docs/postgres/sql-grant.html    (see GRANT EXECUTE)


Joe






Re: Want to test beta, but ...

От
Josh Berkus
Дата:
Joe,

> I think all of these are in the development docs.
>
> > Table-returning functions
> http://developer.postgresql.org/docs/postgres/xfunc-tablefunctions.html
> http://developer.postgresql.org/docs/postgres/xfunc-c.html
>     (section 11.5.6. Table Function API)
> http://developer.postgresql.org/docs/postgres/sql-select.html
>      (see FROM items)

Cool!  Thanks!   I'm not familar with the developer doc tree, so I couldn't
find this stuff.

Here we go!

--
-Josh BerkusAglio Database SolutionsSan Francisco



Re: Want to test beta, but ...

От
Richard Huxton
Дата:
On Friday 13 Sep 2002 8:04 pm, Josh Berkus wrote:
[Josh looking to explore the new features in 7.3beta]
> Here we go!

I don't suppose you could share any notes/comments you make while exploring
could you Josh? I'd be interested for one, and I'm guessing plenty of others
would be too.

- Richard Huxton


Re: Want to test beta, but ...

От
"Christopher Kings-Lynne"
Дата:
> On Friday 13 Sep 2002 8:04 pm, Josh Berkus wrote:
> [Josh looking to explore the new features in 7.3beta]
> > Here we go!
>
> I don't suppose you could share any notes/comments you make while
> exploring
> could you Josh? I'd be interested for one, and I'm guessing
> plenty of others
> would be too.

The thing that's annoyed me so far is that all the tsearch types are dumped
AFTER the tables that make use of them :(  What a pain.

However, that's an old problem.  Hopefully someone will figure out a way of
doing a breadth first search of the dependency table for 7.4 to do
intelligent dumping...

Chris