Port Bug Report: Has ceased to work the command "copy" from shell

From: Unprivileged user <nobody>
To: pgsql-ports(at)postgresql(dot)org
Subject: Port Bug Report: Has ceased to work the command "copy" from shell
Date: 1999-06-14 22:02:00
Message-ID: 199906142202.SAA06458@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Mike L. Rogalsky
Your email address : autoinfo(at)auto(dot)ru

Category : unknown
Severity : non-critical

Summary: Has ceased to work the command "copy" from shell

System Configuration
--------------------
Operating System : FreeBSD 2.2.5-RELEASE

PostgreSQL version : 6.5

Compiler used : 2.7.2.1

Hardware:
---------

Versions of other tools:
------------------------

--------------------------------------------------------------------------

Problem Description:
--------------------
I frequently use the "copy" command for fast loading of data in base.

In a batch file I write the command:
/usr/local/pgsql/bin/psql -q -d auto -f zapros.sql < model.out

zapros.sql contains the command:
COPY model FROM STDIN USING DELIMITERS '|';

Model.out contains loaded data.
Up to version 6.4.2 it worked correctly.
Now does not work...

--------------------------------------------------------------------------

Test Case:
----------

--------------------------------------------------------------------------

Solution:
---------

--------------------------------------------------------------------------

Browse pgsql-ports by date

  From Date Subject
Next Message The Hermit Hacker 1999-06-15 04:38:14 Re: [PORTS] Porting PostgreSQL to Mac OS X Server
Previous Message Yoshihiko Aochi 1999-06-14 15:11:01 Re: [PORTS] Porting PostgreSQL to Mac OS X Server