Bonjour,

comment peut on tester l''éxiistence d'une table sans provoquer d'érreur ?

exemple:
select * from table_non_existante;
renvoie une erreur(ERROR: relation "table_non_existante" does not exist)

merci.