Prev: Build farm tweaks
Next: [HACKERS] Bug ? different behaviour between 8.3 and 8.4 won IS NULL with subarrays of nulls
From: Peter Eisentraut on 18 Jan 2010 18:49 When you create a composite type that already exists, the error message you get is about 'relation "foo" already exists'. While true, this can be confusing, as you didn't plan to create a relation. Therefore, I propose that we insert a snippet of code that is already used by the other forms of type creation to check first whether a *type* with that name exists. |