PSQL etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
PSQL etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

28 Ağustos 2016 Pazar

SQL Shell (PSQL) Dump

click on the SQL Shell and log into the database and use import Server [localhost]: Database [postgres]: Port [5432]: Username [postgres]: Password for user postgres: psql (9.2.4) WARNING: Console code page (437) differs from Windows code page (1252) 8-bit characters might not work correctly. See psql reference page "Notes for Windows users" for details. Type "help" for help. postgres=# \i c:/data/data01.sql

.net 6 mapget kullanımı

 app.UseEndpoints(endpoints => {     endpoints.MapGet("/", async context =>     {         var response = JsonConvert.Seriali...