Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32248 - postgresql-7.3.4-r1.ebuild (Update)
Summary: postgresql-7.3.4-r1.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-29 01:29 UTC by Christian Andreetta (RETIRED)
Modified: 2007-09-22 23:13 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
postgresql-7.3.4-r1.ebuild (Update) (postgresql-7.3.4-r1.ebuild,7.40 KB, text/plain)
2003-10-29 01:32 UTC, Christian Andreetta (RETIRED)
Details
Patch to PostgreSQL: recursive queries (hier-Pg7.3.1-0.3.diff,104.59 KB, patch)
2003-10-29 01:34 UTC, Christian Andreetta (RETIRED)
Details | Diff
Patch to PostgreSQL: recursive queries readme (hier-readme.html,7.88 KB, text/html)
2003-10-29 01:35 UTC, Christian Andreetta (RETIRED)
Details
postgresql-7.3.4-r1.ebuild (Update) (postgresql-7.3.4-r1.ebuild,7.53 KB, text/plain)
2003-10-30 02:21 UTC, Christian Andreetta (RETIRED)
Details
postgresql-7.3.4-r1.ebuild (Update) (postgresql-7.3.4-r1.ebuild,7.65 KB, text/plain)
2003-10-31 03:17 UTC, Christian Andreetta (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Andreetta (RETIRED) gentoo-dev 2003-10-29 01:29:50 UTC
Hi!

Please find attached postgresql-7.3.4-r1.ebuild and a patch so that it will 
be capable of recursive queries. Syntax will be similar to Oracle's 'CONNECT BY' feature.
Patch origin: http://gppl.terminal.ru/index.eng.html (by Evgen Potemkin)

Christian
Comment 1 Christian Andreetta (RETIRED) gentoo-dev 2003-10-29 01:32:13 UTC
Created attachment 19923 [details]
postgresql-7.3.4-r1.ebuild (Update)

Recursive queries in PostgreSQL. Syntax alike 'CONNECT BY' in Oracle.
Comment 2 Christian Andreetta (RETIRED) gentoo-dev 2003-10-29 01:34:05 UTC
Created attachment 19924 [details, diff]
Patch to PostgreSQL: recursive queries

Patch from Evgen Potemkin. Url: http://gppl.terminal.ru/index.eng.html
Comment 3 Christian Andreetta (RETIRED) gentoo-dev 2003-10-29 01:35:32 UTC
Created attachment 19925 [details]
Patch to PostgreSQL: recursive queries readme

Original url: http://gppl.terminal.ru/readme.html
Comment 4 Masatomo Nakano (RETIRED) gentoo-dev 2003-10-29 08:24:56 UTC
hi

I think we should create a new local USE flag for this patch because some
people including me don't like to apply a thirdparty patch at all times.

What do you think?
Comment 5 Christian Andreetta (RETIRED) gentoo-dev 2003-10-30 02:21:43 UTC
Created attachment 19963 [details]
postgresql-7.3.4-r1.ebuild (Update) 

new local USE flag: pg-hier for patch application.
Else, it will compile as plain ebuild 7.3.4
marked package as masked ('~platform')
Comment 6 Christian Andreetta (RETIRED) gentoo-dev 2003-10-30 02:33:09 UTC
I think it is a good idea. I didn't know about local IUSE flags :-<.
A new ebuild is submitted (marked as masked), with a local USE flag called
'pg-hier' (normally disabled), which permits patch compilation. Else, it
will behave as plain official postgresql-7.3.4.ebuild

Thanx for the suggestion :->
Comment 7 Masatomo Nakano (RETIRED) gentoo-dev 2003-10-30 04:22:40 UTC
Thanks for the change.

I noticed another point.
It's better to download the patch to distfiles because the patch is not small.

If it's fixed I'll commit this ebuild as postgresql-7.3.4-r1.

Thanks.
Comment 8 Christian Andreetta (RETIRED) gentoo-dev 2003-10-31 03:17:06 UTC
Created attachment 20007 [details]
postgresql-7.3.4-r1.ebuild (Update) 

Hi!
New version. Patch file and documentation is downloaded into distfiles as
a
unique file. Documentation goes into /usr/share/doc/postrgresql-7.3.4-r1
This at the condition that masked packages are selected, and the local IUSE
'pg-hier' flag is setted, else it behaves as plain postrgresql-7.3.4.ebuild
Comment 9 Masatomo Nakano (RETIRED) gentoo-dev 2003-11-06 08:34:47 UTC
Thank you for the change.
I just commited this ebuild to portage tree.

Thanks,
Masatomo
Comment 10 Christian Andreetta (RETIRED) gentoo-dev 2003-11-07 00:59:03 UTC
Thanks :-)