[postgis-users] Set a default SRID ?

Nicolas Ribot nicky666 at gmail.com
Fri Jan 6 05:34:57 PST 2006


Hi Arnaud,

SRID are not set at the database level but at the table level.
Each geographic table should have an SRID to conform to OGC standard.

If projection information is not relevant in your case, use -1 for
SRID, which usually means "no projection system".

Nicolas

On 1/6/06, Arnaud Lesauvage <thewild at freesurf.fr> wrote:
> Hi all !
>
> Is it possible to set a default SRID for a database ? Functions
> that have an optionnal SRID argument always use '-1' as a default.
> I only work in a single SRID, so it would be a lot easier for me
> to have this default always set right !
>
> Thanks a lot !
>
> Arnaud
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>



More information about the postgis-users mailing list