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

Namepublic.skeys(hstore)
Comment
Src
CREATE FUNCTION public.skeys(hstore) 
 RETURNS SETOF text AS 
$BODY$hstore_skeys$BODY$
 LANGUAGE 'c' IMMUTABLESTRICT ;