forbiddenvk wrote:
> The following bug has been logged online:
>
> Bug reference: 5167
> Logged by: forbiddenvk
> Email address: for.bid.den.vk@gmail.com
> PostgreSQL version: 8.4
> Operating system: Windows
> Description: Alternative to USE of MSSQL
> Details:
>
> Why couldn't create a alternative to USE command in MSSQL?, I think is
> necesary when we want execute a full script for create a database and tables
> in once.
>
>
psql has the \c command to connect to a database. this can be embedded
in a SQL file thats executed by psql