Some needed features in postgresql

From: Peter Garner <peter_garner(at)yahoo(dot)com>
To: pgsql-interfaces(at)hub(dot)org
Subject: Some needed features in postgresql
Date: 1999-04-30 23:37:24
Message-ID: 19990430233724.1105.rocketmail@web216.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Hi All!

Please accept my apologies if this should have gone
to the hackers list. But I have a few questions
regarding features in postgres

1. Does postgres support the minus operator. It does
not seem that I can query :

select text_field from table_1
minus
select text_field from table_2

2. Is there any work being done on the fact that
transactions are aborted when an error occurs? It
really lessens the usefulness of the product when,
after adding 20,000 records, the transaction aborts
because the 20,001th record is a dup key! :-)

===
Peace,
Peter

We are Microsoft of Borg, you will be assimilated!!!
Resistance is fut... ***BZZZRT*** THUD!!!
[General Protection Fault in MSBorg32.DLL]
Please contact the vendor of this Borg for more information
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Mario Simeone 1999-05-01 11:17:10
Previous Message Hugh Lawson 1999-04-30 21:11:16 RE: [INTERFACES] not translating a query properly. . .