Scott Marlowe <scott.marlowe@xxxxxxxxx> writes: > On Fri, Jun 25, 2010 at 7:10 AM, javijava <welove.e.music@xxxxxxxxx> wrote: >> How can I say "use name_database" on postgre sql? > You have to re-connect to use a different db in pgsql. But keep in mind that mysql databases are more nearly akin to what postgres calls schemas. The best way to do what you want might be to translate your mysql DBs into schemas, and then "set search_path" would be a good approximation to "use". regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general