Re: pgdump (9.2.4) not dumping all tables - Mailing list pgsql-general

From Marcos Cano
Subject Re: pgdump (9.2.4) not dumping all tables
Date
Msg-id 1416508159204-5827747.post@n5.nabble.com
Whole thread Raw
In response to Re: pgdump (9.2.4) not dumping all tables  (Marcos Cano <mcano@stsa.info>)
Responses 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>)
List 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 by date:

Previous
From: Marcos Cano
Date:
Subject: Re: pgdump (9.2.4) not dumping all tables
Next
From: Bill Moran
Date:
Subject: Re: pgdump (9.2.4) not dumping all tables