Does the default PostgreSQL database schema for mingle use OIDs?
The reason for asking is for dumping the database should I use:
pg_dump dbname > outfile
or
pg_dump dbname -o > outfile
ThanksFrank
Does the default PostgreSQL database schema for mingle use OIDs?
The reason for asking is for dumping the database should I use:
pg_dump dbname > outfile
or
pg_dump dbname -o > outfile
ThanksFrank
Comments
1 comment
Hi Frank -
You do not need to include the '-o' option. pg_dump with no args will do the trick.
Please sign in to leave a comment.