Re: [HACKERS] Truncate Permission

2007-06-11 Thread Ewald Geschwinde
se not the owner so they make a delete from a really big table So I would like to see a truncate permission - makes some things easier in my opinion -- Ewald Geschwinde http://www.postgresql.at

[HACKERS] index a datatype

2002-05-22 Thread Ewald Geschwinde
I have looked at the cube datataype in the contrib but I''m not sure that I'm on the right way I have found these functions: -- support routines for indexing CREATE FUNCTION cube_union(cube, cube) RETURNS cube AS 'MODULE_PATHNAME' LANGUAGE 'c' with (isstrict); CREATE FUNCTION cube_int