Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: IF EXISTS


  • From: Mathieu Arnold <mat(at)mat(dot)cc>
  • To: "P.M" <pmdanger(at)yahoo(dot)com>, "PostgreSQL (France)" <pgsql-fr-generale(at)postgresql(dot)org>
  • Subject: Re: IF EXISTS
  • Date: Sun, 20 Nov 2005 14:02:48 +0100
  • Message-id: <657F99FA80EC587778EBDF6B(at)cc-126-240(dot)int(dot)t-online(dot)fr>

+-le 20/11/2005 04:43 -0800, P.M écrivait :
|  Bonjour a tous,
| 
| J'aimerai savoir si la commande IF EXISTS, existe sous PostgreSQL 8.1 car
| je n'ai rien trouve de tel jusqu'a present lorsque je desire faire un DROP.
| 
| Quelqu'un pourrait-il m'aider SVP ?
| merci,

Non, ça n'existe pas, mais en général, on ne fait pas

drop truc if exists;
mais :
create or replace truc

-- 
Mathieu Arnold



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group