[COMMITTERS] pgsql: Clarify description of pg_restore's handling of large objects.

2008-09-07 Thread Tom Lane
Log Message:
---
Clarify description of pg_restore's handling of large objects.

Modified Files:
--
pgsql/doc/src/sgml/ref:
pg_restore.sgml (r1.75 -> r1.76)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/pg_restore.sgml?r1=1.75&r2=1.76)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Support set-returning functions in the target lists of Agg and

2008-09-07 Thread Tom Lane
Log Message:
---
Support set-returning functions in the target lists of Agg and Group plan
nodes.  This is a pretty ugly feature but since we don't yet have a
plausible substitute, we'd better support it everywhere.
Per gripe from Jeff Davis.

Modified Files:
--
pgsql/src/backend/executor:
nodeAgg.c (r1.160 -> r1.161)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeAgg.c?r1=1.160&r2=1.161)
nodeGroup.c (r1.70 -> r1.71)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeGroup.c?r1=1.70&r2=1.71)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Create a separate grantable privilege for TRUNCATE, rather than

2008-09-07 Thread Tom Lane
Log Message:
---
Create a separate grantable privilege for TRUNCATE, rather than having it be
always owner-only.  The TRUNCATE privilege works identically to the DELETE
privilege so far as interactions with the rest of the system go.

Robert Haas

Modified Files:
--
pgsql/doc/src/sgml:
ddl.sgml (r1.82 -> r1.83)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ddl.sgml?r1=1.82&r2=1.83)
func.sgml (r1.445 -> r1.446)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.445&r2=1.446)
information_schema.sgml (r1.33 -> r1.34)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/information_schema.sgml?r1=1.33&r2=1.34)
user-manag.sgml (r1.39 -> r1.40)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/user-manag.sgml?r1=1.39&r2=1.40)
pgsql/doc/src/sgml/ref:
grant.sgml (r1.70 -> r1.71)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/grant.sgml?r1=1.70&r2=1.71)
lock.sgml (r1.48 -> r1.49)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/lock.sgml?r1=1.48&r2=1.49)
revoke.sgml (r1.47 -> r1.48)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/revoke.sgml?r1=1.47&r2=1.48)
truncate.sgml (r1.27 -> r1.28)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/truncate.sgml?r1=1.27&r2=1.28)
pgsql/src/backend/catalog:
aclchk.c (r1.147 -> r1.148)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/aclchk.c?r1=1.147&r2=1.148)
information_schema.sql (r1.45 -> r1.46)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/information_schema.sql?r1=1.45&r2=1.46)
pgsql/src/backend/commands:
lockcmds.c (r1.18 -> r1.19)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/lockcmds.c?r1=1.18&r2=1.19)
tablecmds.c (r1.265 -> r1.266)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c?r1=1.265&r2=1.266)
pgsql/src/backend/utils/adt:
acl.c (r1.140 -> r1.141)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/acl.c?r1=1.140&r2=1.141)
pgsql/src/bin/pg_dump:
dumputils.c (r1.40 -> r1.41)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/dumputils.c?r1=1.40&r2=1.41)
pgsql/src/bin/psql:
tab-complete.c (r1.171 -> r1.172)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.171&r2=1.172)
pgsql/src/include/catalog:
catversion.h (r1.483 -> r1.484)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.483&r2=1.484)
pgsql/src/include/nodes:
parsenodes.h (r1.374 -> r1.375)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/nodes/parsenodes.h?r1=1.374&r2=1.375)
pgsql/src/include/utils:
acl.h (r1.103 -> r1.104)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/acl.h?r1=1.103&r2=1.104)
pgsql/src/test/regress/expected:
dependency.out (r1.7 -> r1.8)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/dependency.out?r1=1.7&r2=1.8)
privileges.out (r1.38 -> r1.39)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/privileges.out?r1=1.38&r2=1.39)
pgsql/src/test/regress/sql:
dependency.sql (r1.4 -> r1.5)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/dependency.sql?r1=1.4&r2=1.5)
privileges.sql (r1.20 -> r1.21)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/privileges.sql?r1=1.20&r2=1.21)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


chinese woman

2008-09-07 Thread jessica ann
http://chinese-teen.blogspot.com/2008/09/sexy-chinese-women.html
 

--~--~-~--~~~lproxy_dynamic_record.out.diff?r1=1.1&r2=1.2">http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/expected/plproxy_dynamic_record.out.diff?r1=1.1&r2=1.2)
plproxy_encoding.out (r1.6 -> r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/expected/plproxy_encoding.out.diff?r1=1.6&r2=1.7)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


ILMU MEMBUAT IBU DUIT

2008-09-07 Thread buyexxx
SILA LAWATI LAMAN BERIKUT UNTUK KETERANGAN LANJUT

WWW.ILMUPENGASIH.COM 

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "One 
Dollar Dream" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/One-Dollar-Dream?hl=en
-~--~~~~--~~--~--~---



KLIK IKLAN DAPAT RUPIAH LANGSUNG DI BAYAR KE BANK ANDA

2008-09-07 Thread fatriyanto akase

Di Klikrupiah, anda akan mendapatkan uang setiap klik iklan.
Prosesnya cukup mudah anda cuma klik iklan dan lihat beberapa detik
kemudian uang masuk kesaldo anda. Anda tidak membutuhkan keahlian.
Yang anda butuhkan hanya lihat iklan dan klik yang ada di website
kami. Anda
bisa mengajak teman anda untuk bergabung dengan kami.

Pembayaran bisa kapan saja dan akan kami proses lewat Bank BCA dan
Mandiri. Mimimal pembayaran Rp50.000.

Contoh pendapatan
» Anda klik 10 iklan per hari = Rp 1000
» 20 referrals klik 10 iklan per hari = Rp 1
» Pendapatan harian anda = Rp 11000
» Pendapatan mingguan= Rp 77000
» Pendapatan bulanan= Rp 33
» Pendapatan pertahun= Rp 396


Mau Join Klik di sini

http://klikrupiah.com/register.php?r=fatriyanto

http://indoptc.com/news.php?r=fatriyanto

http://gedebux.info/register.php?r=fatriyanto

Mau nambah penghasilan lagi klik link di bawah ini terbukti membayar

http://www.clixsense.com/?2301534

http://bux.to/?r=fatriyanto

http://07bux.net/?r=fatriyanto%20%20

Atau kunjungi blok kami di

http://bikindolar.blogspot.com/2007/12/klik-iklan-dapat-dolar.html

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"~A1~BusinessNetworkingGroup" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/A1BNG
-~--~~~~--~~--~--~---