<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - Import danych.]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=17&amp;type=atom"/>
	<updated>2008-03-26T10:21:57Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=17</id>
		<entry>
			<title type="html"><![CDATA[Odp: Import danych.]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=56#p56"/>
			<content type="html"><![CDATA[a mozesz sie wbic zdalnie do bazy? jesli tak to spróbuj \! i zobacz czy nie dostaniesz shella. Jesli nie to postaw sobie postgres(albo jakas plytka livecd np knoppix z postgres) i tam bedziesz mial prawa roota. Zrob co chcesz z baza, zrob backup i przenies na twoje konto na hostingu.]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2008-03-26T10:21:57Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=56#p56</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Import danych.]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=55#p55"/>
			<content type="html"><![CDATA[system operacyjny to linux ale niestety nie posiadam tam konta shella a  innej funkcji niz COPY nie znalazlem lub sposobu na odczytaniu pliku bez uprawnien superusera]]></content>
			<author>
				<name><![CDATA[break]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=43</uri>
			</author>
			<updated>2008-03-26T03:15:24Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=55#p55</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Import danych.]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=53#p53"/>
			<content type="html"><![CDATA[Postgres na linux czy windows? Masz konto shellowe na tym hostingu? jesli tak to mozesz zrobic potok
wyswietlic zawartosc pliku z danymi do importu, przekierowac wynik do klienta psql i w psql zrobic copy ale ze stdin (do tego nie trzeba praw root'a). Na linuksie to cos w stylu
[code]cat nazwapliku | psql nazwabazy -c "COPY nazwatabeli FROM stdin DELIMITER separator_pól_w_pliku"[/code]
Mam nadzieje, ze nic nie pokrecilem w poleceniu.
Zrozumiales?]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2008-03-24T17:46:35Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=53#p53</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Import danych.]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=51#p51"/>
			<content type="html"><![CDATA[Witam, otoz mam problem z tym COPY przy probie kopiowania dostaje komunikat :ERROR must be a superuser to COPY to or from a file
tylko problem z tym ze jest to hosting na ktorym "chyba" nie moge sobie sam nadac praw superuserawiec czy istnieje jaki kolwiek inny sposob aby zaladowac plik do bazy danych ?

Pozdrawiam]]></content>
			<author>
				<name><![CDATA[break]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=43</uri>
			</author>
			<updated>2008-03-22T14:10:10Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=51#p51</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Import danych.]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=50#p50"/>
			<content type="html"><![CDATA[Bazę założych poleceniem
[code]createdb nazwabazy[/code]
a zimportowac dane do tabeli (tez ja musisz wczesniej stworzyc) mozesz poleceniem
[code]COPY nazwatabeli FROM nazwapliku DELIMITER separator_pól_w_pliku[/code]
A zanim zadasz nastepne pytanie najpierw spojrz na manual do postgresa na postgresql.org]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2008-03-20T13:02:19Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=50#p50</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Import danych.]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=49#p49"/>
			<content type="html"><![CDATA[Jestem zupełnym nowicjuszem, więc proszę o wyrozumiałość. Mam dane w Excelu i chcę je przenieść do postgre, założyć bazę i importować dane, jak to zrobić?]]></content>
			<author>
				<name><![CDATA[leszek3911]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=40</uri>
			</author>
			<updated>2008-03-19T22:59:56Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=49#p49</id>
		</entry>
</feed>
