Hi,

when doing a pg_dump on postgres 9.2 the resulting sql file only has

CREATE EXTENSION extension_name;

I would like to include the specific version of the extension to make sure that 
the correct version
is installed when loading the dump like


CREATE EXTENSION extension_name VERSION vesion;

Is there a way to do that?

cheers

Manuel

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to