public.akeys(hstore) - Procedure
Home|Tables|Schemas|Diagrams|Foreign Keys|Indexes

Namepublic.akeys(hstore)
Comment
Src
CREATE FUNCTION public.akeys(hstore) 
 RETURNS text[] AS 
$BODY$hstore_akeys$BODY$
 LANGUAGE 'c' IMMUTABLESTRICT ;