Arnau <[EMAIL PROTECTED]> writes: > Lets say that in my database I have a view named foo_view and I'd > like to dump it's definition. I'd like to do something like: > pg_dump --view=foo_view bar_db > foo_view.log
-t works fine on views... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match