![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello I have a problem: i use postgresql and i need to store in one of my table's column source code of program (written in C). What is the best type for that column ? Thanx Michal |
#3
| |||
| |||
|
|
Your proposed "solution" is to store a possibly extremely large amount of text in a "column" in a table. Why a column? Why not another table? Why not just store the fully-qualified filename? |
#4
| |||
| |||
|
|
Your proposed "solution" is to store a possibly extremely large amount of text in a "column" in a table. Why a column? Why not another table? Why not just store the fully-qualified filename? My problem is that i work on diskless machine and have only access to remote database server (postgresql) and all privileges to specified database, and i must save a file on that server, so i could later get it from that server. What do you mean by 'Why not another table?' ? How would you save that file ? Thanx Michal |
![]() |
| Thread Tools | |
| Display Modes | |
| |