How would I go about moving or copying data between databases on the same
server, without actually doing a dump ?  Using an SQL statement,
something like:

SELECT dbase_a.sometable.somefield
  INTO dbase_b.sometable
  FROM dbase_a.sometable

Mark.
--

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to