Atul Kumar <[email protected]> writes: > Please help me in telling that how I can take the backup of one single > schema without its data using pg_dump utility ?
Doesn't "pg_dump -s -n <schema> ..." do what you want?
regards, tom lane
