pp

Results 2 comments of pp

my solution, maybe you can think of something similar ....;) [postgresql_keys-tunning.zip](https://github.com/ondras/wwwsqldesigner/files/7423805/postgresql_keys-tunning.zip)

deal with default value: <xsl:if test="default and not ( default = 'NULL' or default = "'NULL'" )"> <xsl:text> DEFAULT </xsl:text> <xsl:value-of select="default" /> <xsl:text></xsl:text> </xsl:if>