[prev in list] [next in list] [prev in thread] [next in thread] 

List:       postgis-users
Subject:    Re: [postgis-users] shp2pgsql in quite mode????...(shp2pgsql -q)???
From:       "Nicolas Gillet - MARKET-IP" <nicolas.gillet () market-ip ! com>
Date:       2010-03-29 13:18:42
Message-ID: 00d201cacf42$5aea82f0$10bf88d0$ () gillet () market-ip ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hello,

 

Indeed there is no “-q”.

But are you sure that it actually is shp2pgsql that you want to quiet down
? (there are at most 15 lines)

I think that what can annoy you is the output from the psql that usually is
piped behind shp2pgsql.

Psql do have a “-q” parameter.

e.g. : 

shp2pgsql -W utf-8 -s 4326 -d -I /path/to/some/shp my_table | psql -q -d
my_database -h host -U user

 

That’s the command I used most of the time.

 

If you really want to remove shp2pgsql output I think that your only option
is using something like “command > null” to redirect the ouput nowhere.

 

Hope this helps.

 

Nicolas

 

De : postgis-users-bounces@postgis.refractions.net
[mailto:postgis-users-bounces@postgis.refractions.net] De la part de
Shreerang Patwardhan
Envoyé : lundi 29 mars 2010 12:44
À : Pune GNU/Linux Users Group Mailing List; PostGIS Users Discussion
Objet : [postgis-users] shp2pgsql in quite mode????...(shp2pgsql -q)???

 

Hey all,
     I do not wish to display the output of the command shp2pgsql at the
terminal. I want the command to run in quite mode. But there is no -q option
for shp2pgsql. How do I get around this issue?


Thanx,
Shreerang Patwardhan.


[Attachment #5 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;}
@page Section1
	{size:612.0pt 792.0pt;
	margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=FR-BE link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Hello,<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; color:#1F497D'>Indeed \
there is no &#8220;-q&#8221;.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; color:#1F497D'>But are \
you sure that it actually is shp2pgsql that you want to quiet down  ? (there are at \
most 15 lines)<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; color:#1F497D'>I think \
that what can annoy you is the output from the psql that usually is piped behind \
shp2pgsql.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; color:#1F497D'>Psql do \
have a &#8220;-q&#8221; parameter.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; color:#1F497D'>e.g. : \
<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; color:#1F497D'>shp2pgsql \
-W utf-8 -s 4326 -d -I /path/to/some/shp my_table | psql -q -d my_database -h host -U \
user<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; \
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; \
color:#1F497D'>That&#8217;s the command I used most of the \
time.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; \
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; color:#1F497D'>If you \
really want to remove shp2pgsql output I think that your only option is using \
something like &#8220;command &gt; null&#8221; to redirect the ouput \
nowhere.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; \
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; color:#1F497D'>Hope this \
helps.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; \
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; \
color:#1F497D'>Nicolas<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif"; \
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal><b><span lang=FR \
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>De&nbsp;:</span></b><span \
lang=FR style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> \
postgis-users-bounces@postgis.refractions.net \
[mailto:postgis-users-bounces@postgis.refractions.net] <b>De la part de</b> Shreerang \
Patwardhan<br> <b>Envoyé&nbsp;:</b> lundi 29 mars 2010 12:44<br>
<b>À&nbsp;:</b> Pune GNU/Linux Users Group Mailing List; PostGIS Users
Discussion<br>
<b>Objet&nbsp;:</b> [postgis-users] shp2pgsql in quite mode????...(shp2pgsql
-q)???<o:p></o:p></span></p>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Hey all,<br>
&nbsp;&nbsp;&nbsp;&nbsp; I do not wish to display the output of the command
shp2pgsql at the terminal. I want the command to run in quite mode. But there
is no -q option for shp2pgsql. How do I get around this issue?<br>
<br>
<br>
Thanx,<br>
Shreerang Patwardhan.<o:p></o:p></p>

</div>

</body>

</html>



_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic