[GENERAL] importing limited set of rows/tuples

2007-07-02 Thread cha
Hi All, I have eliminated certain tables while exporting as the size of the data in the tables are huge.Though am having the schema which contains all the tables. Now I want to import limited set of records/rows ( 1000 tuples ) from the eliminated tables. Is this possible? If yes, please

Re: [GENERAL] importing limited set of rows/tuples

2007-07-02 Thread Dimitri Fontaine
Hi, Le lundi 02 juillet 2007, cha a écrit : Now I want to import limited set of records/rows ( 1000 tuples ) from the eliminated tables. Is this possible? If yes, please tell me how to accomplish this? If you have CSV or CSV-like data file format, you can use pgloader with the -C option,