<div dir="ltr"><div>Hi</div><div><br></div><div>In the new PROJ release 9.9.0 that will be released soon, the latest version of EPSG is included.</div><div>As I already mentioned, all European realizations are included in the WKT2 of any CRS using the ETRS89 datum ensemble.</div><div>This is an example of EPSG:25830, with 4264 chars.</div><div><a href="https://epsg.org/crs/wkt/id/25830">https://epsg.org/crs/wkt/id/25830</a></div><div>If you format it a bit nicely it goes up to 4874. And this is just an example.</div><div><br></div><div><br></div><div>I realized today that in PostGIS the table containing the CRS has fields limited to 2048 chars, in particular "srtext".</div><div><a href="https://postgis.net/docs/using_postgis_dbmanagement.html#spatial_ref_sys_table">https://postgis.net/docs/using_postgis_dbmanagement.html#spatial_ref_sys_table</a></div><div><br></div><div><span style="font-family:monospace">CREATE TABLE spatial_ref_sys (<br>  srid       INTEGER NOT NULL PRIMARY KEY,<br>  auth_name  VARCHAR(256),<br>  auth_srid  INTEGER,<br>  srtext     VARCHAR(2048),<br>  proj4text  VARCHAR(2048)<br>)</span></div><div><br></div><div>If I have to define a CRS with WKT2 because I need some features only available in WKT2, it may not work in PostGIS. Am I right?</div><div><br></div><div>Anybody from PostGIS team here?</div><div><br></div><div>Thank you.</div><div>Javier.</div></div>