Re: pgdump (9.2.4) not dumping all tables

Поиск
Список
Период
Сортировка
От Marcos Cano
Тема Re: pgdump (9.2.4) not dumping all tables
Дата
Msg-id 1416508159204-5827747.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: pgdump (9.2.4) not dumping all tables  (Marcos Cano <mcano@stsa.info>)
Ответы Re: pgdump (9.2.4) not dumping all tables  (Marcos Cano <mcano@stsa.info>)
Re: pgdump (9.2.4) not dumping all tables  (Marcos Cano <mcano@stsa.info>)
Список pgsql-general
to answer to Adrian


1) i am using the old version to dump (i will try with the latest)

2) no the postgis version is different. pg9.2.4->  postgis-2.0.3  and
pg9.3.5->   postgis-2.1.3


3) the schema is public

\d+ al_shared_place

                                                       Table
"public.al_shared_place"
   Column   |         Type          |                           Modifiers
| Storage  | Stats target | Description

------------+-----------------------+---------------------------------------------------------------+----------+--------------+-------------
 id         | integer               | not null default
nextval(('al_landmark_seq'::text)::regclass) | plain    |              |
 x          | character varying(15) |
| extended |              |
 y          | character varying(15) |
| extended |              |
 name       | character varying(50) |
| extended |              |
 placetype  | integer               |
| plain    |              |
 point_geom | geometry              |
| main     |              |
Indexes:
    "al_shared_place_pkey" PRIMARY KEY, btree (id)
    "al_sharedplace_geom_idx" gist (point_geom)
Check constraints:
    "$1" CHECK (srid(point_geom) = 4326)
    "$2" CHECK (geometrytype(point_geom) = 'POINT'::text OR point_geom IS
NULL)
Has OIDs: no







--
View this message in context: http://postgresql.nabble.com/pgdump-9-2-4-not-dumping-all-tables-tp5827736p5827747.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


В списке pgsql-general по дате отправления:

Предыдущее
От: Marcos Cano
Дата:
Сообщение: Re: pgdump (9.2.4) not dumping all tables
Следующее
От: Bill Moran
Дата:
Сообщение: Re: pgdump (9.2.4) not dumping all tables