Re: command

Lists: pgsql-cygwinpgsql-hackers
From: Jason Tishler <jason(at)tishler(dot)net>
To: Michael Steiner <michael(at)okta(dot)ch>
Cc: Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>, Pgsql-Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Postgres Windows Native Port
Date: 2002-10-18 19:39:31
Message-ID: 20021018193931.GB1604@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin pgsql-hackers

Michael,

Please post instead of sending private email.

On Fri, Oct 18, 2002 at 12:08:02PM +0200, Michael Steiner wrote:
> FAQ says: "A native port to MS Win NT/2000/XP is currently being worked
> on."
>
> => When is it expected to be available as a stable release?

I don't know.

> Will it be based on cygwin dll's?

No.

> Will the reliability and performance be comparable to the unix-version?

I don't know.

> Will it be free for commercial use?

I presume so.

Maybe others on the CC'd lists can answer your questions better.

Jason


From: Florian Litot <flitot(at)besancon(dot)sema(dot)slb(dot)com>
To: Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>, Pgsql-Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: command
Date: 2002-11-05 14:19:44
Message-ID: 4.3.2.7.2.20021105151854.02386100@pop.besancon.tt.slb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin pgsql-hackers

what is the command to launch a sql script not in psql
thanks


From: Andrew Sullivan <andrew(at)libertyrms(dot)info>
To: Pgsql-Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: command
Date: 2002-11-07 15:12:27
Message-ID: 20021107101227.A23401@mail.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin pgsql-hackers

On Tue, Nov 05, 2002 at 03:19:44PM +0100, Florian Litot wrote:
> what is the command to launch a sql script not in psql

Perl?

Or maybe you just want to read SQL into Postgres using the shell. In
which case, try the -f switch to psql.

A

--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110


From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Florian Litot <flitot(at)besancon(dot)sema(dot)slb(dot)com>
Cc: Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>, Pgsql-Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] command
Date: 2002-11-07 16:54:18
Message-ID: Pine.LNX.4.33.0211070953060.29627-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin pgsql-hackers

On Tue, 5 Nov 2002, Florian Litot wrote:

> what is the command to launch a sql script not in psql
> thanks

without actually being IN psql, you can use it to run one line scripts
like this:

psql dbname -c -- 'single query goes here'

or you can run a large file full of sql queries like this:

psql dbname -f filename.sql


From: Darko Prenosil <darko(dot)prenosil(at)finteh(dot)hr>
To: Florian Litot <flitot(at)besancon(dot)sema(dot)slb(dot)com>, Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>, Pgsql-Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] command
Date: 2002-11-07 17:37:38
Message-ID: 200211071737.38064.darko.prenosil@finteh.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin pgsql-hackers

Be more specific with your question, what exactly are You trying to do ?
Did you ment PL/PSQL script (stored procedure) , or You are asking about
interfaces to PostgreSQL ?

I suppose the right place to ask questions like that would be
psql-general(at)postgresql(dot)org, not to hackers.

regards !

On Tuesday 05 November 2002 14:19, Florian Litot wrote:
> what is the command to launch a sql script not in psql
> thanks
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster