Re: [GENERAL] Re : Re : COPY form stdin and file

2007-03-06 Thread senges
and PGAdmin is not a console > but a window environment, so that does not work ! > I had the PG Admin explaining the very same things, before. > > Cheers, > [EMAIL PROTECTED] > The Computing Froggy > > - Message d'origine ---- > De : Tom Lane <[EMAIL PROTECTED]&g

[GENERAL] COPY form stdin and file

2007-03-05 Thread senges
Hi all, when untaring a pg_dumped tar file the data gets populated like this: - COPY mytable (id, attr1, attr2) FROM stdin; \. copy mytable (id, attr1, attr2) from '$$PATH$$/2387.dat' ; - where $$PATH$$ gets replaced by the current path. Anyone knows whats the ai