On Wed, 7 Apr 2004, Jaime Casanova wrote: > hi all, there is a way to use my own index with pk constraint instead of the > implicitly created one? > why? just because i don't like the name, maybe can i change the generated > name?
You should be able use the full version with the constraint naming clause: CONSTRAINT <name> PRIMARY KEY to make <name> the name of the index. ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org