[pgadmin-hackers] [pgAdmin III] #354: truncate multiple tables doesnt work

2012-02-17 Thread pgAdmin Trac
#354: truncate multiple tables doesnt work
-+--
 Reporter:  Andrew Chen  |   Owner:  dpage
 Type:  feature  |  Status:  new  
 Priority:  minor|   Milestone:   
Component:  pgadmin  | Version:  trunk
 Keywords:  browser  |Platform:  all  
-+--
 I have pgadmin3 1.14.1 and postgresql 9.1, when I select multiple tables,
 right click and select truncate, it truncates only one table at a time.

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] [pgAdmin III] #355: "\copy" equivalent

2012-02-17 Thread pgAdmin Trac
#355: "\copy" equivalent
-+--
 Reporter:  gleu |   Owner:  dpage
 Type:  feature  |  Status:  new  
 Priority:  minor|   Milestone:   
Component:  pgadmin  | Version:  trunk
 Keywords:  browser  |Platform:  all  
-+--
 psql has \copy to copy from a local file.  Using the JDBC driver I also
 often copy data into the database using the equivalent COPY .. FROM STDIN…
 With psycopg2 I also use COPY FROM STDIN to have the local python app feed
 the file to the postgres COPY command.  In PGAdmin, however, to bulk load
 data into postgres we need to copy the CSV file to the computer where the
 database resides and fiddle with permissions until the database can read
 the file using COPY.   This should be easy to implement, it wasn't hard
 for me to do it with both psycopg2 and with the JDBC driver, and psql has
 had it for years.  The application (PGAdmin) needs to open the file and
 then feed the stream to the database COPY command as STDIN.

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] [pgAdmin III] #355: "\copy" equivalent

2012-02-17 Thread pgAdmin Trac
#355: "\copy" equivalent
--+-
 Reporter:  John Abraham  |   Owner:  dpage
 Type:  feature   |  Status:  new  
 Priority:  minor |   Milestone:   
Component:  pgadmin   | Version:  trunk
 Keywords:  browser   |Platform:  all  
--+-
Changes (by gleu):

  * reporter:  gleu => John Abraham


-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] [pgAdmin III] #356: copy with headers

2012-02-17 Thread pgAdmin Trac
#356: copy with headers
+---
 Reporter:  John Abraham|   Owner:  dpage
 Type:  feature |  Status:  new  
 Priority:  minor   |   Milestone:   
Component:  pgadmin | Version:  trunk
 Keywords:  editgrid querytool  |Platform:  all  
+---
 copy with headers.   I use this every day on SQL Server Management Studio
 to select data and copy them out, then paste them into another app
 (usually Excel.)  With PGAdmin I select and copy the data, paste them into
 Excel, then *manually* type the column headers.

 (I just want an additional row at the top with the column names in it.
 Nothing complex.)

 I suppose it should be "Copy with column names".  (It's just called "Copy
 with Headers" in SQL Server Management Studio.)

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] [pgAdmin III] #355: "\copy" equivalent

2012-02-17 Thread pgAdmin Trac
#355: "\copy" equivalent
--+-
 Reporter:  John Abraham  |   Owner:  gleu
 Type:  feature   |  Status:  assigned
 Priority:  minor |   Milestone:  
Component:  pgadmin   | Version:  trunk   
 Keywords:  browser   |Platform:  all 
--+-
Changes (by gleu):

  * status:  new => assigned
  * owner:  dpage => gleu


-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers