sql scripts

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: pgsql-docs(at)postgresql(dot)org
Subject: sql scripts
Date: 2001-12-19 21:03:51
Message-ID: 3C2100B7.9060505@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

FYI anyone who wants to have a psql shell script:

#!/bin/bash
tail +4 $0 | /usr/local/pgsql/bin/psql -U postgres -d playpen
exit

select version();

--
Joseph Shraibman
jks(at)selectacast(dot)net
Increase signal to noise ratio. http://xis.xtenit.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marc Spitzer 2001-12-19 23:51:08 Re: Migrate Store Procedure Sybase to PostgreSQL
Previous Message Ian Harding 2001-12-19 21:03:26 How Many Years have Passed?