Posts by G. Fernandes • 1 point
1 post
-
0
votes1
answer78
viewsA: Automatic SCHEMA creation in postgresql
The fastest way is to make a script with some desired language. Example in PHP: // faz a conexão normal; $VariavelQueRecebeNome = 'joao'; // executa o insert normalmente; $sCriarSchema = "CREATE…