INSERT [IGNORE] INTO TABLE

From: Petr Jezek <jez20um(at)axpsu(dot)fpf(dot)slu(dot)cz>
To: pgsql-sql(at)postgresql(dot)org
Subject: INSERT [IGNORE] INTO TABLE
Date: 2000-10-31 16:05:17
Message-ID: Pine.LNX.4.10.10010311650340.30822-100000@axpsu.fpf.slu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


If I try to insert some row which in the table already exist the
postgre don't insert it and tell some error. Everything ok.
I'll insert only if there is not the same (same key) record,
else don't insert and don't tell me errors about it.
In MySQL is a switch [IGNORE].

Thanx for help

Petr Jezek

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Kovacs Zoltan Sandor 2000-10-31 16:20:42 Re: Need info: pl/pgsql performance
Previous Message Najm Hashmi 2000-10-31 15:39:31 Need help! parse erro